Commit 342b8534 by 姜海波

修改receiveId判断

parent 63eb3d4d
...@@ -1417,7 +1417,7 @@ public class ShoppingCartNewServiceImpl implements ShoppingCartNewService { ...@@ -1417,7 +1417,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