lisai17@sina.com 2020-09-23 12:33:42 +08:00
parent b9ce32de75
commit 46f88ce90b
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ public class SmsService {
obj.put("date", DateTimeUtil.sdfymd.get().format(ordercluster.getCutoffTime())); obj.put("date", DateTimeUtil.sdfymd.get().format(ordercluster.getCutoffTime()));
obj.put("weight", String.format("%.2f", ordercluster.getTotalWeight())); obj.put("weight", String.format("%.2f", ordercluster.getTotalWeight()));
String content = this.aliyunsms.generator(Const.SMS_TEMP_MAP.get(Const.SMS_TEMP_MAP), obj); String content = this.aliyunsms.generator(Const.SMS_TEMP_MAP.get(Const.TEMP_CODE_PEIE), obj);
for (Sysuser sysuser : users) { for (Sysuser sysuser : users) {
try { try {