| 
					
				 | 
			
			
				@ -143,11 +143,11 @@ public class PrescriptionStatusUpdateService { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                if (!preExistFlag) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                    updatePrescriptionInfo(preId,wlyyPrescriptionVO,wlyyOutpatientDO); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                //更改门诊状态为已经检查 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                /*//更改门诊状态为已经检查 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                if (100 == wlyyPrescriptionVO.getStatus()) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                    wlyyOutpatientDO.setStatus("2"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                    wlyyOutpatientDO.setStatus("3"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                outpatientDao.save(wlyyOutpatientDO); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                outpatientDao.save(wlyyOutpatientDO);*/ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                //更新处方状态记录 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                wlyyPrescriptionDO.setStatus(wlyyPrescriptionVO.getStatus()); 
			 |