Commit 08f957df by 徐康

Merge branch 'feature/xukang_20210609_麦咖啡p7v2' into qa

parents 2c6f7701 905442c9
......@@ -282,7 +282,7 @@ public class CouponDiscountCalculation {
}
for (int i = index+1; i < cartGoodsList.size(); i++) {
CartGoods cartGoods = cartGoodsList.get(i);
if(cartGoods.getIsB3S1Coupon() == 1) {
if(cartGoods.getIsB3S1CouponGoods() == 1) {
cartGoodsList.remove(i);
cartGoodsList.add(index, cartGoods);
index++;
......
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