|
|
|
@@ -231,7 +231,7 @@ public class WxMsgCallbackServiceImpl implements WxMsgCallbackService { |
|
|
|
//失败回滚 回滚数量 |
|
|
|
if (!"true".equalsIgnoreCase(success)) { |
|
|
|
String redisKey = Constant.cache_aliyun_msg+wxMsgCallback.getBatchNo()+":"+wxMsgCallback.getPhone(); |
|
|
|
Integer msgCached = RedisCacheUtils.getCacheInteger(redisTemplate, success); |
|
|
|
Integer msgCached = RedisCacheUtils.getCacheInteger(redisTemplate, redisKey); |
|
|
|
if (1== msgCached) { |
|
|
|
return; |
|
|
|
} |
|
|
|
|