Commit e27264b8 by 阮思源

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

parent 16e440d7
...@@ -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