老男孩 Python全栈开发+AI人工智能
if (vo.getDiscount() != null) {
lor.add(Criteria.where("calendar.discount").exists(true));
}
if (vo.getDiscountList() != null &&vo.getDiscountList().size()>0 ) {
lor.add(Criteria.where("calendar.discount").in(vo.getDiscountList()));
}
if (vo.getTags() != null && vo.getTags().size() > 0) {
lor.add(Criteria.where("calendar.tags").in(vo.getTags()));
}
if (vo.getCalendarBuType() != null && vo.getCalendarBuType().size() > 0) {
operations.add(Aggregation.match(Criteria.where("ca