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

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

修改 下单逻辑

parent 3548ceb7
......@@ -250,7 +250,7 @@ public class KylinOrderTicketsServiceImpl implements IKylinOrderTicketsOrderServ
}
}
if (isOldMember || advanceMap != null) {
if ((isOldMember && memberType == 1) || advanceMap != null) {
if (DateUtil.compareStrDay(DateUtil.getNowTime(), memberTimeStart) == -1) {
orderUtils.backAdvanceCoupon(payOrderParam.getAdvanceCode(), uid);
return ResponseDto.failure(ErrorMapping.get("20011"));//未开始
......
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