Commit 34cdabdb by 郑永强

fix bug

parent 00ed686e
...@@ -425,6 +425,7 @@ public class AdNewsBizImpl implements AdNewsBiz { ...@@ -425,6 +425,7 @@ public class AdNewsBizImpl implements AdNewsBiz {
String robotId = wechatGroupConsr.getRobotIdByGroupId(weixinGroupId); String robotId = wechatGroupConsr.getRobotIdByGroupId(weixinGroupId);
if (StringUtil.isEmpty(robotId)) { if (StringUtil.isEmpty(robotId)) {
LOGGER.info("发送编辑端早晚报未找到小号" + weixinGroupId); LOGGER.info("发送编辑端早晚报未找到小号" + weixinGroupId);
continue;
} }
// 如果正文内容的长度小于1,说明文字少于限制数,那么就可以合并发送 // 如果正文内容的长度小于1,说明文字少于限制数,那么就可以合并发送
......
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