Commit ca5c5294 by 王祖波

Merge branch 'feature-recommend2' into 'developer'

log

See merge request !2889
parents bbef701b 7129ab8b
...@@ -124,6 +124,7 @@ public class QwSendMsgServiceImpl implements QwSendMsgService { ...@@ -124,6 +124,7 @@ public class QwSendMsgServiceImpl implements QwSendMsgService {
if (!CollectionUtils.isEmpty(noSendList)) { if (!CollectionUtils.isEmpty(noSendList)) {
Integer tryCount = dealQwSendDTO.getTryCount(); Integer tryCount = dealQwSendDTO.getTryCount();
if (tryCount != null && tryCount >= 10) { if (tryCount != null && tryCount >= 10) {
log.info("查询超过次数限制:{}",qwSendMsg.getMsgId());
return; return;
} }
if (tryCount == null) { if (tryCount == null) {
......
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