Переглянути джерело

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

release^2
Stormeye Wu 7 роки тому
джерело
коміт
b09f7d02a4
1 змінених файлів з 3 додано та 3 видалено
  1. +3
    -3
      mlWechatOpen/src/main/java/com/iformall/controller/WxWeappInfoController.java

+ 3
- 3
mlWechatOpen/src/main/java/com/iformall/controller/WxWeappInfoController.java Переглянути файл

@@ -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);
}
}


Завантаження…
Відмінити
Зберегти