| 
					
				 | 
			
			
				@@ -157,12 +157,6 @@ public class SetlListUpldService { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				      * @throws Exception 错误 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				      */ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     public ResultVo<String> upldSetlList(String patNo, Integer times, Integer ledgerSn,boolean checkFlag) throws Exception { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        //这里签收表可能没有数据,先效验下病案首页 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        if(ledgerSn != 0){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            ZyInactpatient param = new ZyInactpatient(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            param.setInpatientNo(patNo); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            param.setAdmissTimes(times); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         ResultVo<UpldCollection> upldCollection = getUploadInfo(patNo, times, ledgerSn); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         if(ledgerSn != 0) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             dealDrgGroup(patNo,times,ledgerSn,upldCollection.getData().getSetlinfo()); 
			 |