Browse Source

fix

release_toaliyun_real
winter 2 years ago
parent
commit
48d2751f79
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mallinkService/src/main/java/com/iformall/service/impl/WxMsgCallbackServiceImpl.java

+ 1
- 1
mallinkService/src/main/java/com/iformall/service/impl/WxMsgCallbackServiceImpl.java View File

@@ -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;
}


Loading…
Cancel
Save