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

Commit f8ec7d72 authored by 胡佳晨's avatar 胡佳晨

提交

parent 42895c23
......@@ -500,17 +500,13 @@ public class KylinOrderTicketsServiceImpl implements IKylinOrderTicketsService {
}
}
log.info("getRefundPrice =" +item.getRefundPrice());
log.info("getRefundPrice =" + item.getRefundPrice());
if (refundingEntitiesCount > 0) { // 存在其他正在退款的该入场人订单
log.info("111");
newIsPayment = KylinTableStatusConst.ENTITIES_IS_PAYMENT2;
} else {
log.info("222");
if (item.getRefundPrice().compareTo(BigDecimal.ZERO) > 0) { // 已经有退完的 那就是部分退款了
log.info("333");
if (orderTicketVo.getPriceRefund().compareTo(BigDecimal.ZERO) > 0) { // 已经有退完的 那就是部分退款了
newIsPayment = KylinTableStatusConst.ENTITIES_IS_PAYMENT4;
} else {
log.info("444");
newIsPayment = KylinTableStatusConst.ENTITIES_IS_PAYMENT1;
}
}
......
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