Commit 169ebc1af59b5f085819d7559e491a484ccde3ee
1 parent
4d28784419
Exists in
master
and in
6 other branches
产检过期提醒
Showing 1 changed file with 3 additions and 2 deletions
platform-msg-generate/src/main/java/com/lyms/platform/msg/worker/TempleteMsgGenerateWorker.java
View file @
169ebc1
... | ... | @@ -888,10 +888,11 @@ |
888 | 888 | //短信前缀 |
889 | 889 | String messagePrefix = baseService.getSmsPrefix(config, pat.getBookbuildingDoctor(), ServiceObjEnums.YUNOBJ.getId()); |
890 | 890 | String messageContent = "【" + messagePrefix + "】" + template.getContent(); |
891 | - messageContent = HelperUtils.replaceEL(pat.getUsername(), yuYueDate, messageContent); | |
891 | + //暂无需要替换的变量值 | |
892 | + // messageContent = HelperUtils.replaceEL(pat.getUsername(), yuYueDate, messageContent); | |
892 | 893 | |
893 | 894 | String checkTimeStr = DateUtils.getDateStr(yuYueDate, DateUtils.Y_M_D); |
894 | - String checkName = "产检日期过期提醒"; | |
895 | + String checkName = "产前检查"; | |
895 | 896 | |
896 | 897 | MsgRequest request = HelperUtils.getMessageRequest(messageContent, pat.getPhone(), |
897 | 898 | ServiceObjEnums.YUNOBJ.getId(), template.getSmsType(), |