Просмотр исходного кода

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

release^2
Stormeye Wu 6 лет назад
Родитель
Сommit
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);
}
}


Загрузка…
Отмена
Сохранить