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

Commit 3ecc4311 authored by 胡佳晨's avatar 胡佳晨

Merge branch 'hjc_road_coupon' into dev_rc_xuper_op

parents b2d4bfed cb58dd96
......@@ -253,13 +253,13 @@ public class KylinOrderTicketsServiceImpl implements IKylinOrderTicketsOrderServ
return ResponseDto.failure("优先券不可用");
}
Integer typeVoucher = (Integer) advanceMap.get("type");
// String couponId = (String) advanceMap.get("couponId");
// if (typeVoucher.equals(-1) || orderUtils.judgeRoadShowCanUse(couponId, performanceData.getRoadShowId())) {
// return ResponseDto.failure("优先券不可用");
// }
if (typeVoucher.equals(-1)) {
String couponId = (String) advanceMap.get("couponId");
if (typeVoucher.equals(-1) || orderUtils.judgeRoadShowCanUse(couponId, performanceData.getRoadShowId())) {
return ResponseDto.failure("优先券不可用");
}
// if (typeVoucher.equals(-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