|  | @ -271,7 +271,7 @@ public class WxTemplateService {
 | 
	
		
			
				|  |  |             }else{
 | 
	
		
			
				|  |  |                 for (BasePatientWechatDo basePatientWechatDo:ps){
 | 
	
		
			
				|  |  |                         WxTemplateConfigDO config = wxTemplateConfigDao.findByWechatIdAndTemplateNameAndSceneAndStatus(wechatId,"template_im_notice","zxtx",1);
 | 
	
		
			
				|  |  |                         config.setFirst(config.getFirst().replace("key1",senderName));
 | 
	
		
			
				|  |  |                         config.setFirst(config.getFirst().replace("key1",userName));
 | 
	
		
			
				|  |  |                         config.setKeyword1(contentString);
 | 
	
		
			
				|  |  |                         config.setKeyword2(DateUtil.dateToStrLong(new Date()));
 | 
	
		
			
				|  |  |                         config.setUrl(url);
 |