Commit 73b5a015 by ping.wu

新算价加购限制修复

parent a1cfbb73
......@@ -514,7 +514,9 @@ public class ShoppingCartNewServiceImpl implements ShoppingCartNewService {
, null //加价购商品
, deliveryAmount
, null,bizType);
if (discountResult != null) {
sendGoodsQtyCheckForUpdate(cartGoodsList, oldQty, appId, partnerId, userId, storeId, cartGoodsUid, "", shoppingCartBaseService, discountResult.getSendGoods(),bizType);
}
sharingCartService.distribute(discountResult
, cartGoodsList
, shoppingCartGoodsResponseVo
......
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