Commit fd5657a4 by 高鹏

Merge branch 'ruansiyuan' into 'master'

修改下群发拿公众号的地方

See merge request rays/pcloud-book!105
parents 87fb7440 e27264b8
...@@ -356,6 +356,7 @@ public class PushBizImpl implements PushBiz { ...@@ -356,6 +356,7 @@ public class PushBizImpl implements PushBiz {
AppDto appDto = appConsr.getBaseById(pushItem.getAppId()); AppDto appDto = appConsr.getBaseById(pushItem.getAppId());
if (appDto != null) { if (appDto != null) {
accountSettingDto = qrcodeSceneConsr.getWechatInfo(appDto.getChannelId());
SendArticleMessageVO sendArticleMessageVO = new SendArticleMessageVO(); SendArticleMessageVO sendArticleMessageVO = new SendArticleMessageVO();
sendArticleMessageVO.setAltId(altId); sendArticleMessageVO.setAltId(altId);
sendArticleMessageVO.setDescription(appDto.getTypeName()); sendArticleMessageVO.setDescription(appDto.getTypeName());
......
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