|  | @ -82,6 +82,8 @@ public class PrescriptionInfoService extends BaseService {
 | 
	
		
			
				|  |  |     private StringRedisTemplate redisTemplate;
 | 
	
		
			
				|  |  |     @Autowired
 | 
	
		
			
				|  |  |     private PresModeAdapter presModeAdapter;
 | 
	
		
			
				|  |  |     @Autowired
 | 
	
		
			
				|  |  |     private PrescriptionService prescriptionService;
 | 
	
		
			
				|  |  |     //健康问题 高血压
 | 
	
		
			
				|  |  |     private static final String gxy = "HP0093";
 | 
	
		
			
				|  |  |     //健康问题 糖尿病
 | 
	
	
		
			
				|  | @ -1009,6 +1011,9 @@ public class PrescriptionInfoService extends BaseService {
 | 
	
		
			
				|  |  |                 prescriptionExpressage.setExpressageMobile(doctor.getMobile());
 | 
	
		
			
				|  |  |                 prescriptionExpressage.setExpressageName(doctor.getName());
 | 
	
		
			
				|  |  |                 prescriptionExpressageDao.save(prescriptionExpressage);
 | 
	
		
			
				|  |  | 
 | 
	
		
			
				|  |  |                 //提醒健管师待取药
 | 
	
		
			
				|  |  |                 prescriptionService.waitExpressageMessage(prescriptionExpressage.getPrescriptionCode(),healthDoctor);
 | 
	
		
			
				|  |  |             }
 | 
	
		
			
				|  |  |             return 1;
 | 
	
		
			
				|  |  |         }
 |