| 
					
				 | 
			
			
				@@ -409,7 +409,7 @@ public class YfWardPrescriptionServiceImpl implements YfWardPrescriptionService 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     ypZyPatient.setSectionCode(yzYpZyOrder.getExecUnit()); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     ypZyPatient.setAcctSign("2"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 } else { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                    ypZyPatient.setAcctSign(yzYpZyOrder.getAmount() == 0 ? "2" : "0"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    ypZyPatient.setAcctSign((yzYpZyOrder.getAmount() == 0 || yzYpZyOrder.getPageClass().equals("HT")) ? "2" : "0"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     ypZyPatient.setSectionCode("");//必须为空或null,会导致医嘱查不到已发药单 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 ypZyPatient.setOutSeri(i + 1); 
			 |