zoujiajian 1 年之前
父節點
當前提交
5d729d4f5a

+ 1 - 1
netflix-web/src/main/java/com/cyksj/web/controller/group/GroupRelationController.java

@@ -1309,7 +1309,7 @@ public class GroupRelationController {
                 .field(GalaxyCoinRenewTicketsView::getRechargeStatus).op(Operator.IsNull)
                 //车队状态
                 .field(GalaxyCoinRenewTicketsView::getGroupsStatus, GroupsTrips.Status.waiting.name()).op(Operator.NotEqual)
-                .field(GalaxyCoinRenewTicketsView::getStatus, List.of(GroupsRelation.Status.validity.name(), GroupsRelation.Status.outside.name()))
+                .field(GalaxyCoinRenewTicketsView::getStatus, List.of(GroupsRelation.Status.validity.name(), GroupsRelation.Status.outside.name())).op(Operator.InList)
                 .orderBy(GalaxyCoinRenewTicketsView::getExpiryTime).asc()
                 .build());
         User user = userMapper.selectById(userId);