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

Commit 9a79fe6d authored by 胡佳晨's avatar 胡佳晨

修改如果 目前不支持退款 改为手续费100%

parent ee5d135e
...@@ -335,7 +335,7 @@ public class KylinOrderTicketsRefundServiceImpl { ...@@ -335,7 +335,7 @@ public class KylinOrderTicketsRefundServiceImpl {
if (isCanRefund > 0) { if (isCanRefund > 0) {
chargesRatio = item.getPresent(); chargesRatio = item.getPresent();
} else { } else {
chargesRatio = BigDecimal.valueOf(Long.parseLong("-1")); chargesRatio = BigDecimal.valueOf(Long.parseLong("1"));
} }
break; break;
} }
......
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