@@ -676,10 +676,10 @@ public class GroupRelationFrontServiceImpl implements GroupRelationFrontService
if (relation == null) {
//TODO 如果没指定座位,等待逻辑确认
DateTime filterAccountTime = null;
- //奈飞过滤6月23号之前的车队
- if (sku.getGoodsId() == Constant.NETFLIX_GID) {
- filterAccountTime = DateUtil.parse("2025-06-23");
- }
+// //奈飞过滤6月23号之前的车队
+// if (sku.getGoodsId() == Constant.NETFLIX_GID) {
+// filterAccountTime = DateUtil.parse("2025-06-23");
+// }
groups = groupsMapper.selectTicketGroups(sku.getId(), GroupsTrips.Status.validity, maxNum, ip, filterAccountTime);
if (groups == null) {