Commit 905442c9 by 徐康

问题修复

parent 3b746a63
......@@ -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