|  | @ -6145,6 +6145,7 @@ public class PrescriptionService extends BaseJpaService<WlyyPrescriptionDO, Pres
 | 
	
		
			
				|  |  |             wlyyPrescriptionDO.setCheckReason(reason);
 | 
	
		
			
				|  |  |             wlyyPrescriptionDO.setStatus(20);
 | 
	
		
			
				|  |  |             wlyyPrescriptionDO.setPrescribeTime(new Date());
 | 
	
		
			
				|  |  |             wlyyPrescriptionDO.setId(prescriptionId);
 | 
	
		
			
				|  |  | 
 | 
	
		
			
				|  |  |             //发送系统消息 处方支付提醒
 | 
	
		
			
				|  |  |             SystemMessageDO messageDO = new SystemMessageDO();
 | 
	
	
		
			
				|  | @ -6175,6 +6176,7 @@ public class PrescriptionService extends BaseJpaService<WlyyPrescriptionDO, Pres
 | 
	
		
			
				|  |  |             }
 | 
	
		
			
				|  |  | 
 | 
	
		
			
				|  |  |         }else{
 | 
	
		
			
				|  |  |             wlyyPrescriptionDO.setId(prescriptionId);
 | 
	
		
			
				|  |  |             wlyyPrescriptionDO.setCheckStatus(status);
 | 
	
		
			
				|  |  |             wlyyPrescriptionDO.setCheckReason(reason);
 | 
	
		
			
				|  |  |             wlyyPrescriptionDO.setStatus(11);
 |