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

Commit 3e26926e authored by zhoujianping's avatar zhoujianping

1.1 优先卷逻辑回退

parent 14903ab9
...@@ -298,7 +298,7 @@ public class KylinOrderTicketsServiceImpl implements IKylinOrderTicketsOrderServ ...@@ -298,7 +298,7 @@ public class KylinOrderTicketsServiceImpl implements IKylinOrderTicketsOrderServ
useAdvance = false; useAdvance = false;
dataUtils.decrUseCouponCount(uid, performanceData.getPerformancesId()); dataUtils.decrUseCouponCount(uid, performanceData.getPerformancesId());
//退卷 //退卷
orderUtils.backAdvanceCoupon(payOrderParam.getAdvanceCode(), uid); //orderUtils.backAdvanceCoupon(payOrderParam.getAdvanceCode(), uid);
return ResponseDto.failure("本场演出限用1张优先券,已超出"); return ResponseDto.failure("本场演出限用1张优先券,已超出");
} }
} }
......
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