记得上下班打卡 | git大法好,push需谨慎

Commit 09956138 authored by jiangxiulong's avatar jiangxiulong

newStatus == KylinTableStatusConst.ORDER_STATUS4再退券

parent e46aab62
......@@ -230,6 +230,7 @@ public class KylinRefundsStatusServiceImpl {
}
}
// 退所有优惠券 提前购优惠卷不退
if (newStatus == KylinTableStatusConst.ORDER_STATUS4) {
KylinPerformanceVo performanceVo = dataUtils.getPerformanceVo(orderRelations.getPerformanceId());
if (performanceVo.getIsRefundVoucher() > 0) {
ArrayList<KylinOrderCoupons> orderCoupon = dataUtils.getOrderCoupon(orderTicketsId);
......@@ -254,6 +255,7 @@ public class KylinRefundsStatusServiceImpl {
}
}
}
}
return true;
}
......
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