Commit 11ce3140 by zhiheng.zhang

sdk 升级

parent 9b51bba5
......@@ -938,7 +938,10 @@ public class ShoppingCartMallServiceImpl implements ShoppingCartNewService {
}
public Long calculateDeliveryAmount(String partnerId,String province,List<CartGoods> cartGoodsList) {
Long deliveryAmount = 0L;
Long deliveryAmount = 1L;
if(1==1) {
return deliveryAmount;
}
//区code 为空则运费为0
if (StringUtils.isBlank(province)) {
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