@@ -118,6 +118,9 @@ public class AccountView {
@DbField("gdk.spec_val")
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:")
@DbIgnore
private Integer expiryCount;