Commit 2c4ea19d by 徐康

排序

parent bc79733a
......@@ -273,8 +273,6 @@ public class CouponDiscountCalculation {
for (int i = index+1; i < cartGoodsList.size(); i++) {
CartGoods cartGoods = cartGoodsList.get(i);
if(cartGoods.getIsB3S1Coupon() == 1) {
continue;
} else {
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