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

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

Merge remote-tracking branch 'origin/jxl_0315_refund' into dev_performance_paytxt

parents 17c04adc 84e929fc
......@@ -344,7 +344,7 @@ public class KylinOrderTicketsRefundServiceImpl {
if (isCanRefund > 0) {
chargesRatio = refundPoundage.get(2).getPresent();
} else {
chargesRatio = BigDecimal.valueOf(Long.parseLong("-1"));
chargesRatio = BigDecimal.valueOf(Long.parseLong("1"));
// 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