| 
					
				 | 
			
			
				@@ -271,7 +271,6 @@ public class YiZhuLuRuServer { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             return ResultVoUtil.fail(ExceptionEnum.LOGICAL_ERROR, "没有需要确认的医嘱."); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         correctSubOrders(param.getList()); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        dischargeQCVerification(param); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         // 药品 code 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         Set<String> yaoPingCode = new HashSet<>(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         // 项目的 code 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -345,9 +344,11 @@ public class YiZhuLuRuServer { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     /** 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				      * 出院医嘱质控校验 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+     * 暂时废弃 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				      * 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				      * @param param 患者信息 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				      */ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    @Deprecated 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     private void dischargeQCVerification(XinZhenYiZhu param) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         if (param.getInpatientNo().contains("$")) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             return; 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -648,7 +649,6 @@ public class YiZhuLuRuServer { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             if (item.getEndTime() == null) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 map.put(item.getActOrderNo(), "停止时间不能为空。"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             } else { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                // 因为前端用的是浏览器自带的 所以要删除 T 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 if (DateUtil.shiJianDaXiao(item.getEndTime(), item.getStartTime(), "<")) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     map.put(item.getActOrderNo(), "停止时间不能小于医嘱的开始时间。"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 } 
			 |