Browse Source

[模板消息][修改]:模板消息修改

release^2
Stormeye Wu 6 years ago
parent
commit
b09f7d02a4
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      mlWechatOpen/src/main/java/com/iformall/controller/WxWeappInfoController.java

+ 3
- 3
mlWechatOpen/src/main/java/com/iformall/controller/WxWeappInfoController.java View File

@@ -277,7 +277,7 @@ public class WxWeappInfoController extends BaseController {
templateMsgService.saveOrUpdate(templateMsg);
} else {
templateMsgQ.setTemplateId(ret.getTemplateId());
templateMsg.setCustomParam(customParam);
templateMsgQ.setCustomParam(customParam);
templateMsgService.saveOrUpdate(templateMsgQ);
}
}
@@ -302,7 +302,7 @@ public class WxWeappInfoController extends BaseController {
templateMsgService.saveOrUpdate(templateMsg);
} else {
templateMsgQ.setTemplateId(ret.getTemplateId());
templateMsg.setCustomParam(customParam);
templateMsgQ.setCustomParam(customParam);
templateMsgService.saveOrUpdate(templateMsgQ);
}
}
@@ -328,7 +328,7 @@ public class WxWeappInfoController extends BaseController {
templateMsgService.saveOrUpdate(templateMsg);
} else {
templateMsgQ.setTemplateId(ret.getTemplateId());
templateMsg.setCustomParam(customParam);
templateMsgQ.setCustomParam(customParam);
templateMsgService.saveOrUpdate(templateMsgQ);
}
}


Loading…
Cancel
Save