Commit a5768aaa by 徐康

批量加车报错修改

parent 135cca53
...@@ -293,6 +293,7 @@ public class ShoppingCartMCoffeeServiceImpl { ...@@ -293,6 +293,7 @@ public class ShoppingCartMCoffeeServiceImpl {
toastMsg = toastMsg.concat(COUPON_IS_DISABLE.replace("$couponName",StringUtils.join(allToastMsgMap.get(COUPON_IS_DISABLE),","))); toastMsg = toastMsg.concat(COUPON_IS_DISABLE.replace("$couponName",StringUtils.join(allToastMsgMap.get(COUPON_IS_DISABLE),",")));
} }
result.setToastMsg(toastMsg); result.setToastMsg(toastMsg);
result.setToastMsgMap(allToastMsgMap);
return ResponseUtil.success(result); return ResponseUtil.success(result);
} }
return baseResponse; return baseResponse;
......
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