Commit d89fd806 by 周晓航

Merge branch 'qa' of gitlab.freemud.com:order-group-application/order-group into qa

parents a93189d7 76061397
...@@ -137,6 +137,7 @@ public class ShoppingCartMCoffeeServiceImpl { ...@@ -137,6 +137,7 @@ public class ShoppingCartMCoffeeServiceImpl {
* 添加商品、超值加购、商品券 * 添加商品、超值加购、商品券
*/ */
public BaseResponse addGoods(MCoffeeAddGoodsRequestVo addShoppingCartGoodsRequestVo) { public BaseResponse addGoods(MCoffeeAddGoodsRequestVo addShoppingCartGoodsRequestVo) {
log.info("addShoppingCartGoodsRequestVo : " + JSON.toJSONString(addShoppingCartGoodsRequestVo));
// 参数校验 // 参数校验
if (StringUtils.isEmpty(addShoppingCartGoodsRequestVo.getShopId())) { if (StringUtils.isEmpty(addShoppingCartGoodsRequestVo.getShopId())) {
return ResponseUtil.error(ResponseResult.SHOPPING_CART_SHOP_ID_NOT_EMPTY); return ResponseUtil.error(ResponseResult.SHOPPING_CART_SHOP_ID_NOT_EMPTY);
......
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