Commit f0ec6573 by zhiheng.zhang

返回信息修改

parent 12e40197
......@@ -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