| 
					
				 | 
			
			
				@ -936,9 +936,11 @@ public class PatientNoLoginEndPoint extends EnvelopRestEndpoint { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                                        } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                                    }else { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                                        WlyyOutpatientDO wlyyOutpatientDO1 = outpatientDao.findByRealOrder(waitPayDetailVO.getRecipeNo()); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                                        wlyyOutpatientDO1.setHisStatus(1); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                                        outpatientDao.save(wlyyOutpatientDO1); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                                        logger.info("更新门诊结算状态"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                                        if (wlyyOutpatientDO1!=null){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                                            wlyyOutpatientDO1.setHisStatus(1); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                                            outpatientDao.save(wlyyOutpatientDO1); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                                            logger.info("更新门诊结算状态"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                                        } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                                    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                                } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                                prescriptionDao.updateStatusByRealOrder(waitPayDetailVO.getRecipeNo(),30,new Date()); 
			 |