| 
					
				 | 
			
			
				@@ -641,7 +641,7 @@ public class SiZyService { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 //            } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 //        } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         queryService.saveCumInfo(setlinfoEntity); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        if (null != p.getMedType() && p.getMedType().equals(MedType.EMERGENCY_RESCUE.getCode())) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        if (p.getLedgerSn() == 0) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             return StrUtil.format("出院结算成功。患者总费用:{}。其中基金支付:{};个账支付:{};现金支付:{}", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     setlinfoEntity.getMedfeeSumamt(), setlinfoEntity.getFundPaySumamt(), setlinfoEntity.getAcctPay(), setlinfoEntity.getPsnCashPay()); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         } 
			 |