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

Commit 20bfee85 authored by 胡佳晨's avatar 胡佳晨

退款 撤回

parent 8330599d
...@@ -457,6 +457,7 @@ public class DataUtils { ...@@ -457,6 +457,7 @@ public class DataUtils {
BigDecimal canRefundSinglePrice = new BigDecimal("0.00"); BigDecimal canRefundSinglePrice = new BigDecimal("0.00");
for (KylinOrderTicketEntitiesVo item : orderTicketVo.getEntitiesVoList()) { for (KylinOrderTicketEntitiesVo item : orderTicketVo.getEntitiesVoList()) {
if (item.getOrderTicketEntitiesId().equals(orderTicketEntitiesId)) { if (item.getOrderTicketEntitiesId().equals(orderTicketEntitiesId)) {
log.info("item = "+item);
canRefundSinglePrice = singlePrice.subtract(item.getRefundPrice() == null ? BigDecimal.valueOf(0.00) : item.getRefundPrice()); canRefundSinglePrice = singlePrice.subtract(item.getRefundPrice() == null ? BigDecimal.valueOf(0.00) : item.getRefundPrice());
} }
} }
......
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