Commit bc2dbe38 by 姜海波

Merge branch 'feature-2020/2/10-1.9.15-免配送费二期-海波' into qa

parents 8f7e116f 342b8534
...@@ -1416,7 +1416,7 @@ public class ShoppingCartNewServiceImpl implements ShoppingCartNewService { ...@@ -1416,7 +1416,7 @@ public class ShoppingCartNewServiceImpl implements ShoppingCartNewService {
if(BusinessTypeEnum.SAAS_DELIVERY.getCode().equals(menuType)){ if(BusinessTypeEnum.SAAS_DELIVERY.getCode().equals(menuType)){
Long deliveryAmount=0l; Long deliveryAmount=0l;
if(receiveId!=null) { if(receiveId==null) {
//TODO 查询门店信息 //TODO 查询门店信息
StoreResponseDto storeResponseDto = storeService.getStoreInfo(partnerId, storeId); StoreResponseDto storeResponseDto = storeService.getStoreInfo(partnerId, storeId);
//TODO 查询门店外卖信息 //TODO 查询门店外卖信息
......
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