Commit cdf93ec2 by ping.wu

餐盒费规则匹配实际餐盒费

parent cc2fcc06
...@@ -41,7 +41,7 @@ public class CommonFunctionHandle { ...@@ -41,7 +41,7 @@ public class CommonFunctionHandle {
if(newPackAmount == 0){ if(newPackAmount == 0){
return newPackAmount; return newPackAmount;
} }
String redisKey = RedisUtil.packAmountConfig + "1865" + "_" + null; String redisKey = RedisUtil.packAmountConfig + shoppingCartInfoRequestVo.getPartnerId() + "_" + null;
String value = redisCache.hashGet(redisKey, "packAmountType"); String value = redisCache.hashGet(redisKey, "packAmountType");
if(StringUtils.isEmpty(value)){ if(StringUtils.isEmpty(value)){
return newPackAmount; return newPackAmount;
......
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