zoujiajian 2 лет назад
Родитель
Сommit
9b97ec9b63
1 измененных файлов с 3 добавлено и 0 удалено
  1. 3 0
      netflix-dao/src/main/java/com/cyksj/model/manage/views/AccountView.java

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

@@ -118,6 +118,9 @@ public class AccountView {
     @DbField("gdk.spec_val")
     @DbField("gdk.spec_val")
     private String specVal;
     private String specVal;
 
 
+    @DbField("a.created_time")
+    private Date createdTime;
+
     //@DbField("select count(ur.id) from user_ticket_cleared_record ur where ur.account_id = a.id and deleted is true and source = 'self' :yesTime:")
     //@DbField("select count(ur.id) from user_ticket_cleared_record ur where ur.account_id = a.id and deleted is true and source = 'self' :yesTime:")
     @DbIgnore
     @DbIgnore
     private Integer expiryCount;
     private Integer expiryCount;