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

Commit ee5d135e authored by 胡佳晨's avatar 胡佳晨

修改 如果超过最晚时间则手续费收取100%

parent 3978b1c8
......@@ -321,7 +321,7 @@ public class KylinOrderTicketsRefundServiceImpl {
private BigDecimal getChargesRatio(String useStart, Integer isRefundPoundage, String performanceId) {
ArrayList<OrderRefundPoundage> refundPoundage = dataUtils.getRefundPoundage(isRefundPoundage, performanceId);
// 手续费比例
BigDecimal chargesRatio = BigDecimal.valueOf(0);
BigDecimal chargesRatio = BigDecimal.valueOf(1);
if (!CollectionUtils.isEmpty(refundPoundage)) {
// 票种演出开始时间
DateTimeFormatter df = DateTimeFormatter.ofPattern("yyyy-MM-dd HH:mm:ss");
......
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