| 
					
				 | 
			
			
				@ -68,13 +68,7 @@ public class PatientSendUnreadJob implements Job { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                if (unreadCount > 0) {//发送模板 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                    String first = ""+name+"您好,您与您的家庭成员共有"+unreadCount+"条消息未回复,请及时处理"; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                    String url = server_url + "wxpush/sendPatientUnreadWXTemplate"; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                    List<NameValuePair> params = new ArrayList<>(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                    params.add(new BasicNameValuePair("openid", openId)); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                    params.add(new BasicNameValuePair("first", first)); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                    params.add(new BasicNameValuePair("templateName", "template_process_feedback")); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                    params.add(new BasicNameValuePair("scene", "jobfsjmwd")); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                    String response = httpClientUtil.post(url,params,"UTF-8"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                    sendPatientUnreadWXTemplate(openId,first,"template_process_feedback","jobfsjmwd"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            } catch (Exception e) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            } 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@ -86,7 +80,7 @@ public class PatientSendUnreadJob implements Job { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        String time = DateUtil.getStringDateShort()+" 09:00:00"; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        Date timeDate = DateUtil.strToDate(time); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        messageUtil.putTemplateWxMessage(wxId,templateName,scene,openid,first,null,null,1,null, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        messageUtil.putTemplateWxMessage(wxId,templateName,scene,openid,first,null,null,null,null, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                DateUtil.dateToChineseTime2(timeDate),"消息未回复通知","未回复"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				} 
			 |