Commit 9dfe5621 by 田超

Merge branch 'fixbug/fixMini' into 'master'

bug: [none]  答案订阅不推送小程序消息

See merge request rays/pcloud-book!1371
parents bc33e762 30062519
...@@ -152,8 +152,9 @@ public class AnswerSubscribeBizImpl implements AnswerSubscribeBiz { ...@@ -152,8 +152,9 @@ public class AnswerSubscribeBizImpl implements AnswerSubscribeBiz {
//资源有新增,发送消息 //资源有新增,发送消息
Long accountSettingId=answerSubscribeUser.getAccountSettingId(); Long accountSettingId=answerSubscribeUser.getAccountSettingId();
if (BookProps.getMiniOfficialAccountsId().equals(accountSettingId)){ if (BookProps.getMiniOfficialAccountsId().equals(accountSettingId)){
//小程序消息 /* //小程序消息
this.sendAppletTemplateMsg(wechatUserId, accountSettingId,bookName); this.sendAppletTemplateMsg(wechatUserId, accountSettingId,bookName);*/
continue;
} else { } else {
//公众号消息 //公众号消息
String url = getResourcePageUrl(bookId, adviserId, channelId); String url = getResourcePageUrl(bookId, adviserId, channelId);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment