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

Commit 945b5a8b authored by 胡佳晨's avatar 胡佳晨

退款 撤回

parent 74a58407
......@@ -512,7 +512,7 @@ public class KylinOrderTicketsServiceImpl implements IKylinOrderTicketsService {
for (KylinOrderRefundEntitiesVo item2:orderRefundsVo.getOrderRefundEntitiesVoList()){
if(item2.getOrderTicketEntitiesId().equalsIgnoreCase(item.getOrderTicketEntitiesId())){
log.info("entitiesVo.getRefundPrice() = "+entitiesVo.getRefundPrice());
log.info("item2.getRefundPrice() = "+item2.getRefundPrice()));
log.info("item2.getRefundPrice() = "+item2.getRefundPrice());
kylinOrderTicketEntitiesVo.setRefundPrice(entitiesVo.getRefundPrice().subtract(item2.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