Commit e28223c3 by yu.sun

sunyu::hotfix::fix bug about checkShoppingCartSdk method

parent b62de01f
...@@ -208,7 +208,7 @@ public class AssortmentSdkService { ...@@ -208,7 +208,7 @@ public class AssortmentSdkService {
checkCartRequest.setTrackingNo(LogThreadLocal.getTrackingNo()); checkCartRequest.setTrackingNo(LogThreadLocal.getTrackingNo());
checkCartRequest.setMenuType(BusinessTypeEnum.getByType(menuType).getCode()); checkCartRequest.setMenuType(BusinessTypeEnum.getByType(menuType).getCode());
BaseResponse<CheckCartRequest> baseResponse ; BaseResponse<CheckCartRequest> baseResponse ;
baseResponse= shoppingCartService.checkAllCartGoodsForMCoffee(checkCartRequest); baseResponse= shoppingCartService.checkAllCartGoodsNew(checkCartRequest);
if (baseResponse == null) { if (baseResponse == null) {
return null; return null;
} }
...@@ -253,4 +253,4 @@ public class AssortmentSdkService { ...@@ -253,4 +253,4 @@ public class AssortmentSdkService {
cartParamDto.setStoreId(storeId); cartParamDto.setStoreId(storeId);
return cartParamDto; return cartParamDto;
} }
} }
\ No newline at end of file
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