|
@@ -85,6 +85,14 @@ public class ExcelOrderDonData {
|
|
|
@ExcelProperty("用户名")
|
|
@ExcelProperty("用户名")
|
|
|
private String nickname;
|
|
private String nickname;
|
|
|
|
|
|
|
|
|
|
+ @DbField("case when u.login_phone != '' then 'phone' when u.email != '' then 'email' when u.open_id != '' then 'wechat' else 'wechat' end")
|
|
|
|
|
+ @ExcelIgnore
|
|
|
|
|
+ private String register;
|
|
|
|
|
+
|
|
|
|
|
+ @DbField("case when u.login_phone != '' then concat('手机号',login_phone) when u.email != '' then concat('邮箱',email) when u.open_id != '' then '微信授权' else '微信授权' end")
|
|
|
|
|
+ @ExcelProperty("注册方式")
|
|
|
|
|
+ private String registerStr;
|
|
|
|
|
+
|
|
|
@DbField("gr.account")
|
|
@DbField("gr.account")
|
|
|
@ExcelProperty("账号")
|
|
@ExcelProperty("账号")
|
|
|
private String account;
|
|
private String account;
|