Commit 46232002 by 周晓航

Merge branch 'qa' of gitlab.freemud.com:order-group-application/order-group into qa

parents f356404a 3653449e
......@@ -2664,6 +2664,8 @@ public class ShoppingCartNewServiceImpl implements ShoppingCartNewService {
String redisKey = RedisUtil.limitCart + partnerId + "_" + appid;
//购物车内部缓存
String value = redisCache.hashGet(redisKey, "cartLimitType");
ShoppingSdkLogUtil.infoLog("queryLimitCount",redisKey,value);
if (StringUtils.isNotBlank(value)) {
return Integer.parseInt(value);
}
......
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