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

Commit 41f3ef0d authored by 姜秀龙's avatar 姜秀龙

场次限购-kylin bug

parent 2f8aef65
......@@ -1369,7 +1369,7 @@ public class KylinOrderTicketsServiceImpl implements IKylinOrderTicketsService {
public ResponseDto<List<LimitErrorResultVo>> limitInfo(List<LimitErrorResultVo> param) {
for (LimitErrorResultVo vo : param) {
Criteria criteria = Criteria.where("performanceId").is(vo.getPerformancesId())
.and("isPayment").in(Arrays.asList(1, 2, 4));
.and("isPayment").in(Arrays.asList(0, 1, 2, 4));
if(vo.getLimitTarget().equals(2)) {
criteria.and("enterIdCode").is(vo.getIdCard());
}
......
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