Commit bb7e2aca8ce7b799fa182fbf42fb6f3b14ba8113
1 parent
ffc3789d1f
Exists in
dev
医生提示消息推送错误修改
Showing 1 changed file with 2 additions and 2 deletions
talkonlineweb/src/main/java/com/lyms/talkonlineweb/task/DoctorMsgNotifyTask.java
View file @
bb7e2ac
| ... | ... | @@ -50,8 +50,8 @@ |
| 50 | 50 | } |
| 51 | 51 | Map<String,Object> mapTemplate=new HashMap<>(); |
| 52 | 52 | mapTemplate.put("first","医生消息提醒"); |
| 53 | - mapTemplate.put("keyword1","尊敬的医生:"+doctor.getDname()); | |
| 54 | - mapTemplate.put("keyword2","您有患者消息"+doctor.getCount()+"条,请及时查看"); | |
| 53 | + mapTemplate.put("keyword1",new DataEntity("尊敬的医生:"+doctor.getDname(),"#173177")); | |
| 54 | + mapTemplate.put("keyword2",new DataEntity("您有患者消息"+doctor.getCount()+"条,请及时查看","#173177")); | |
| 55 | 55 | mapTemplate.put("remark","请点击下方进入小程序,根据病例点咨询查看医生回访信息。"); |
| 56 | 56 | Map<String,Object> map=new HashMap<>(); |
| 57 | 57 | map.put("plogin", doctor.getDlogin()); |