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

Commit 2f8aef65 authored by 姜秀龙's avatar 姜秀龙

场次限购-kylin bug

parent c7f573d4
......@@ -1370,6 +1370,9 @@ public class KylinOrderTicketsServiceImpl implements IKylinOrderTicketsService {
for (LimitErrorResultVo vo : param) {
Criteria criteria = Criteria.where("performanceId").is(vo.getPerformancesId())
.and("isPayment").in(Arrays.asList(1, 2, 4));
if(vo.getLimitTarget().equals(2)) {
criteria.and("enterIdCode").is(vo.getIdCard());
}
if(vo.getLimitType().equals(2)) {
criteria.and("ticketId").is(vo.getTicketsId());
}
......
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