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

Commit 84e929fc authored by jiangxiulong's avatar jiangxiulong

-1 to 1 ;

parent c4542306
...@@ -344,7 +344,7 @@ public class KylinOrderTicketsRefundServiceImpl { ...@@ -344,7 +344,7 @@ public class KylinOrderTicketsRefundServiceImpl {
if (isCanRefund > 0) { if (isCanRefund > 0) {
chargesRatio = refundPoundage.get(2).getPresent(); chargesRatio = refundPoundage.get(2).getPresent();
} else { } else {
chargesRatio = BigDecimal.valueOf(Long.parseLong("-1")); chargesRatio = BigDecimal.valueOf(Long.parseLong("1"));
// return ResponseDto.failure("当前日期不支持退票"); // return ResponseDto.failure("当前日期不支持退票");
} }
} }
......
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