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

Commit 93959e55 authored by jiangxiulong's avatar jiangxiulong

test refund price

parent 341ab060
...@@ -481,15 +481,16 @@ public class KylinOrderTicketsServiceImpl implements IKylinOrderTicketsService { ...@@ -481,15 +481,16 @@ public class KylinOrderTicketsServiceImpl implements IKylinOrderTicketsService {
for (KylinOrderRefundEntitiesVo item3 : item2.getOrderRefundEntitiesVoList()) { for (KylinOrderRefundEntitiesVo item3 : item2.getOrderRefundEntitiesVoList()) {
if (item3.getOrderTicketEntitiesId().equals(item.getOrderTicketEntitiesId())) { if (item3.getOrderTicketEntitiesId().equals(item.getOrderTicketEntitiesId())) {
refundingEntitiesCount += 1; refundingEntitiesCount += 1;
entitiesAllPrice.add(item3.getRefundPrice());
} }
} }
} }
for (KylinOrderRefundEntitiesVo item3 : item2.getOrderRefundEntitiesVoList()) { /*for (KylinOrderRefundEntitiesVo item3 : item2.getOrderRefundEntitiesVoList()) {
if (item3.getOrderTicketEntitiesId().equals(item.getOrderTicketEntitiesId())) { if (item3.getOrderTicketEntitiesId().equals(item.getOrderTicketEntitiesId())) {
entitiesAllPrice.add(item3.getRefundPrice()); entitiesAllPrice.add(item3.getRefundPrice());
} }
} }*/
} }
...@@ -501,6 +502,8 @@ public class KylinOrderTicketsServiceImpl implements IKylinOrderTicketsService { ...@@ -501,6 +502,8 @@ public class KylinOrderTicketsServiceImpl implements IKylinOrderTicketsService {
} }
} }
log.info("entitiesAllPrice =" +entitiesAllPrice);
log.info("getRefundPrice =" +entitiesVo.getRefundPrice());
if (refundingEntitiesCount > 0) { // 存在其他正在退款的该入场人订单 if (refundingEntitiesCount > 0) { // 存在其他正在退款的该入场人订单
newIsPayment = KylinTableStatusConst.ENTITIES_IS_PAYMENT2; newIsPayment = KylinTableStatusConst.ENTITIES_IS_PAYMENT2;
} else { } else {
......
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