记得上下班打卡 | git大法好,push需谨慎

Commit f57162cf authored by zhengfuxin's avatar zhengfuxin

修改购物车bug

parent 9e211b5c
...@@ -912,7 +912,7 @@ public class GoblinFrontServiceImpl implements GoblinFrontService { ...@@ -912,7 +912,7 @@ public class GoblinFrontServiceImpl implements GoblinFrontService {
if(null==goblinGoodsSkuInfoVo){ if(null==goblinGoodsSkuInfoVo){
return false; return false;
} }
if(null==goblinGoodsSkuInfoVo.getBuyLimit()&&goblinGoodsSkuInfoVo.getBuyLimit()==0){ if(null==goblinGoodsSkuInfoVo.getBuyLimit()||goblinGoodsSkuInfoVo.getBuyLimit()==0){
return true; return true;
} }
//已经购买的数量 //已经购买的数量
......
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