Commit 30062519 by 吴博

bug: [none] 1030221

parent bc33e762
...@@ -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