Commit d958302a by unknown

remove the charging of viporder

parent e992fdc0
...@@ -472,7 +472,7 @@ public class CourseOrderService extends AbstractOrderService<CourseOrderBean, Co ...@@ -472,7 +472,7 @@ public class CourseOrderService extends AbstractOrderService<CourseOrderBean, Co
boolean isFirstOrderToday = true; boolean isFirstOrderToday = true;
if(orderList != null){ if(orderList != null){
for (Order order : orderList) { for (Order order : orderList) {
if(order.isPay()&&order.getVipmemberDiscount().compareTo(BigDecimal.ZERO)>0){ if(order.isPaied()&&order.getVipmemberDiscount().compareTo(BigDecimal.ZERO)>0){
isFirstOrderToday = false; isFirstOrderToday = false;
break; break;
} }
......
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 sign in to comment