| 
					
				 | 
			
			
				@@ -248,7 +248,11 @@ public class YfWardPrescriptionServiceImpl implements YfWardPrescriptionService 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 ypZyPatient.setOrderDate(yzYpZyOrder.getOccTime()); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 ypZyPatient.setSectionCode(""); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                ypZyPatient.setAcctSign(yzYpZyOrder.getAmount()==0?"2":"0"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                if(yzYpZyOrder.getPageClass().equals("A")){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    ypZyPatient.setAcctSign("2"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                }else{ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    ypZyPatient.setAcctSign(yzYpZyOrder.getAmount()==0?"2":"0"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 ypZyPatient.setOutSeri(i+1); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 ypZyPatient.setKeeper(userCode); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 ypZyPatient.setTotalFlag(""); 
			 |