Commit 7735343b by zhiheng.zhang

Merge remote-tracking branch 'remotes/origin/20200715_清除购物车_张志恒' into develop

parents ec989a00 f0ec6573
......@@ -46,7 +46,7 @@ public class ShoppingCartToolsServiceImpl implements ShoppingCartToolsService {
}
String mobile = shoppingCartClearToolsRequestVo.getMobile();
if(0 == getMemberListResponseDto.getData().getTotalCount()){
return ResponseUtil.error(ResponseResult.SUCCESS,mobile+" 用户下购物车数据为空");
return ResponseUtil.error(ResponseResult.SUCCESS,mobile+" 用户下购物车数据为空,无需删除");
}
String partnerId = shoppingCartClearToolsRequestVo.getPartnerId();
String storeId = shoppingCartClearToolsRequestVo.getShopId();
......
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