老男孩 网络安全+渗透测试
}
if (vo.getCalendarBuType() != null && vo.getCalendarBuType().size() > 0) {
operations.add(Aggregation.match(Criteria.where("calendar.calendar_bu_type").in(vo.getCalendarBuType()) ));
}
if (lor.size() == 1) {
operations.add(Aggregation.match(lor.get(0)));
}
if (lor.size() == 2) {