Commit 5d4e0997 by zhiheng.zhang

sdk 升级

parent 44e9137c
...@@ -938,7 +938,7 @@ public class ShoppingCartMallServiceImpl implements ShoppingCartNewService { ...@@ -938,7 +938,7 @@ public class ShoppingCartMallServiceImpl implements ShoppingCartNewService {
} }
public Long calculateDeliveryAmount(String partnerId,String province,List<CartGoods> cartGoodsList) { public Long calculateDeliveryAmount(String partnerId,String province,List<CartGoods> cartGoodsList) {
Long deliveryAmount = 1L; Long deliveryAmount = 0L;
if(1==1) { if(1==1) {
return deliveryAmount; return deliveryAmount;
} }
......
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