|
|
@@ -280,30 +280,30 @@ public class WxCUser implements Serializable { |
|
|
public static enum Field |
|
|
public static enum Field |
|
|
{ |
|
|
{ |
|
|
Id_ASC("`id` ASC"),Id_DESC("`id` DESC") |
|
|
Id_ASC("`id` ASC"),Id_DESC("`id` DESC") |
|
|
,TenantId_ASC("`tenantId` ASC"),TenantId_DESC("`tenantId` DESC") |
|
|
|
|
|
,OpenId_ASC("`openId` ASC"),OpenId_DESC("`openId` DESC") |
|
|
|
|
|
,UnionId_ASC("`unionId` ASC"),UnionId_DESC("`unionId` DESC") |
|
|
|
|
|
,NickName_ASC("`nickName` ASC"),NickName_DESC("`nickName` DESC") |
|
|
|
|
|
|
|
|
,TenantId_ASC("`tenant_id` ASC"),TenantId_DESC("`tenant_id` DESC") |
|
|
|
|
|
,OpenId_ASC("`open_id` ASC"),OpenId_DESC("`open_id` DESC") |
|
|
|
|
|
,UnionId_ASC("`union_id` ASC"),UnionId_DESC("`union_id` DESC") |
|
|
|
|
|
,NickName_ASC("`nick_name` ASC"),NickName_DESC("`nick_name` DESC") |
|
|
,Gender_ASC("`gender` ASC"),Gender_DESC("`gender` DESC") |
|
|
,Gender_ASC("`gender` ASC"),Gender_DESC("`gender` DESC") |
|
|
,AvatarUrl_ASC("`avatarUrl` ASC"),AvatarUrl_DESC("`avatarUrl` DESC") |
|
|
|
|
|
|
|
|
,AvatarUrl_ASC("`avatar_url` ASC"),AvatarUrl_DESC("`avatar_url` DESC") |
|
|
,Phone_ASC("`phone` ASC"),Phone_DESC("`phone` DESC") |
|
|
,Phone_ASC("`phone` ASC"),Phone_DESC("`phone` DESC") |
|
|
,PurePhone_ASC("`purePhone` ASC"),PurePhone_DESC("`purePhone` DESC") |
|
|
|
|
|
|
|
|
,PurePhone_ASC("`pure_phone` ASC"),PurePhone_DESC("`pure_phone` DESC") |
|
|
,City_ASC("`city` ASC"),City_DESC("`city` DESC") |
|
|
,City_ASC("`city` ASC"),City_DESC("`city` DESC") |
|
|
,Province_ASC("`province` ASC"),Province_DESC("`province` DESC") |
|
|
,Province_ASC("`province` ASC"),Province_DESC("`province` DESC") |
|
|
,Language_ASC("`language` ASC"),Language_DESC("`language` DESC") |
|
|
,Language_ASC("`language` ASC"),Language_DESC("`language` DESC") |
|
|
,CountryCode_ASC("`countryCode` ASC"),CountryCode_DESC("`countryCode` DESC") |
|
|
|
|
|
,RegisterIp_ASC("`registerIp` ASC"),RegisterIp_DESC("`registerIp` DESC") |
|
|
|
|
|
,VerifyCodePhone_ASC("`verifyCodePhone` ASC"),VerifyCodePhone_DESC("`verifyCodePhone` DESC") |
|
|
|
|
|
,QrcodeSource_ASC("`qrcodeSource` ASC"),QrcodeSource_DESC("`qrcodeSource` DESC") |
|
|
|
|
|
|
|
|
,CountryCode_ASC("`country_code` ASC"),CountryCode_DESC("`country_code` DESC") |
|
|
|
|
|
,RegisterIp_ASC("`register_ip` ASC"),RegisterIp_DESC("`register_ip` DESC") |
|
|
|
|
|
,VerifyCodePhone_ASC("`verify_code_phone` ASC"),VerifyCodePhone_DESC("`verify_code_phone` DESC") |
|
|
|
|
|
,QrcodeSource_ASC("`qrcode_source` ASC"),QrcodeSource_DESC("`qrcode_source` DESC") |
|
|
,Scene_ASC("`scene` ASC"),Scene_DESC("`scene` DESC") |
|
|
,Scene_ASC("`scene` ASC"),Scene_DESC("`scene` DESC") |
|
|
,SceneAddress_ASC("`sceneAddress` ASC"),SceneAddress_DESC("`sceneAddress` DESC") |
|
|
|
|
|
,SessionKey_ASC("`sessionKey` ASC"),SessionKey_DESC("`sessionKey` DESC") |
|
|
|
|
|
|
|
|
,SceneAddress_ASC("`scene_address` ASC"),SceneAddress_DESC("`scene_address` DESC") |
|
|
|
|
|
,SessionKey_ASC("`session_key` ASC"),SessionKey_DESC("`session_key` DESC") |
|
|
,Score_ASC("`score` ASC"),Score_DESC("`score` DESC") |
|
|
,Score_ASC("`score` ASC"),Score_DESC("`score` DESC") |
|
|
,UpdateDate_ASC("`updateDate` ASC"),UpdateDate_DESC("`updateDate` DESC") |
|
|
|
|
|
,CreateDate_ASC("`createDate` ASC"),CreateDate_DESC("`createDate` DESC") |
|
|
|
|
|
,AppId_ASC("`appId` ASC"),AppId_DESC("`appId` DESC") |
|
|
|
|
|
|
|
|
,UpdateDate_ASC("`update_date` ASC"),UpdateDate_DESC("`update_date` DESC") |
|
|
|
|
|
,CreateDate_ASC("`create_date` ASC"),CreateDate_DESC("`create_date` DESC") |
|
|
|
|
|
,AppId_ASC("`app_id` ASC"),AppId_DESC("`app_id` DESC") |
|
|
,Token_ASC("`token` ASC"),Token_DESC("`token` DESC") |
|
|
,Token_ASC("`token` ASC"),Token_DESC("`token` DESC") |
|
|
,ExpireTime_ASC("`expireTime` ASC"),ExpireTime_DESC("`expireTime` DESC") |
|
|
|
|
|
|
|
|
,ExpireTime_ASC("`expire_time` ASC"),ExpireTime_DESC("`expire_time` DESC") |
|
|
; |
|
|
; |
|
|
private String value; |
|
|
private String value; |
|
|
Field(String value){ |
|
|
Field(String value){ |
|
|
@@ -336,6 +336,8 @@ public class WxCUser implements Serializable { |
|
|
sb.append(","); |
|
|
sb.append(","); |
|
|
sb.append(fields[k].toString()); |
|
|
sb.append(fields[k].toString()); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
this.sortColumns = sb.toString(); |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|