Commit 26c5fdd10ea8dd3b7fa57954ee18caf5ab790da1
1 parent
086c301622
Exists in
master
and in
6 other branches
推送变量替换
Showing 1 changed file with 2 additions and 2 deletions
platform-msg-generate/src/main/java/com/lyms/platform/msg/worker/TempleteMsgGenerateWorker.java
View file @
26c5fdd
... | ... | @@ -1389,8 +1389,8 @@ |
1389 | 1389 | //短信前缀 |
1390 | 1390 | String messagePrefix = baseService.getSmsPrefix(config, pat.getBookbuildingDoctor(), ServiceObjEnums.YUNOBJ.getId()); |
1391 | 1391 | String messageContent = "【" + messagePrefix + "】" + template.getContent(); |
1392 | - //暂无需要替换的变量值 | |
1393 | - // messageContent = HelperUtils.replaceEL(pat.getUsername(), yuYueDate, messageContent); | |
1392 | + //替换的变量值 | |
1393 | + messageContent = HelperUtils.replaceEL(pat.getUsername(), yuYueDate, messageContent); | |
1394 | 1394 | |
1395 | 1395 | String checkTimeStr = DateUtils.getDateStr(yuYueDate, DateUtils.Y_M_D); |
1396 | 1396 | String checkName = "产前检查"; |