zoujiajian il y a 3 ans
Parent
commit
d4814c276e

+ 1 - 1
netflix-dao/src/main/java/com/cyksj/model/manage/views/AccountView.java

@@ -90,7 +90,7 @@ public class AccountView {
             " from user_ticket_cleared_record ur where ur.deleted is true" +
             " group by ur.account_id, ur.relation_id) s" +
             "  group by s.account_id) s left join groups_trips gt on gt.account_id = s.account_id where s.account_id = a.id and s.num >= gt.num)is null,false,true)")
-    private Integer expiredAll;
+    private Boolean expiredAll;
 
     @DbField("max(gr.expiry_time)")
     private Date lastTicketTime;