| 
					
				 | 
			
			
				@ -267,10 +267,11 @@ public class WlyyDoorPrescriptionService  extends BaseJpaService<WlyyDoorPrescri 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        BasePatientDO patient = patientDao.findById(orderDO.getPatient()); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        String first = "key1,您好!请授权电子健康卡";//· 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        first = first.replace("key1", orderDO.getPatientName()); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				//        json.put("orderId", orderDO.getId()); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				//        json.put("openId", patient.getOpenid()()); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				//        json.put("authorizeImage", orderDO.getAuthorizeImage()); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        messageUtil.putTemplateWxMessage(wxId,"template_process_feedback","authorize",patient.getOpenid(),first,null,DateUtil.dateToStrShort(new Date())); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        JSONObject json = new JSONObject(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        json.put("orderId", orderDO.getId()); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        json.put("openId", patient.getOpenid()); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        json.put("authorizeImage", orderDO.getAuthorizeImage()); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        messageUtil.putTemplateWxMessage(wxId,"template_process_feedback","authorize",patient.getOpenid(),first,null,null,34,json,DateUtil.dateToStrShort(new Date())); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				/*        Patient patient = patientDao.findByCode(orderDO.getPatient());//· 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        //发送微信模板消息 
			 |