|
@@ -22,7 +22,7 @@ import java.util.Date;
|
|
|
"left join groups_trips gt on gt.account_id = a.id " +
|
|
"left join groups_trips gt on gt.account_id = a.id " +
|
|
|
"left join groups_relation gr on gr.groups_id = gt.id " +
|
|
"left join groups_relation gr on gr.groups_id = gt.id " +
|
|
|
"left join goods_don_sku gdk on gdk.id = gt.sku_id",
|
|
"left join goods_don_sku gdk on gdk.id = gt.sku_id",
|
|
|
- groupBy = "a.id,g.id,a.bank_card,g.title,a.account,a.password,a.start_time,a.expiry_time,a.amount,a.cn_account,a.us_account,gt.id,a.remark,gdk.id,gdk.spec_val")
|
|
|
|
|
|
|
+ groupBy = "a.id,g.id,a.bank_card,g.title,a.account,a.password,a.api_key,a.start_time,a.expiry_time,a.amount,a.cn_account,a.us_account,gt.id,a.remark,gdk.id,gdk.spec_val")
|
|
|
public class ExcelManageAccountData {
|
|
public class ExcelManageAccountData {
|
|
|
|
|
|
|
|
@ExcelIgnore
|
|
@ExcelIgnore
|
|
@@ -45,6 +45,10 @@ public class ExcelManageAccountData {
|
|
|
@DbField("a.password")
|
|
@DbField("a.password")
|
|
|
private String password;
|
|
private String password;
|
|
|
|
|
|
|
|
|
|
+ @ExcelProperty("APIkey")
|
|
|
|
|
+ @DbField("a.api_key")
|
|
|
|
|
+ private String apiKey;
|
|
|
|
|
+
|
|
|
@ExcelProperty("银行卡号")
|
|
@ExcelProperty("银行卡号")
|
|
|
@DbField("a.bank_card")
|
|
@DbField("a.bank_card")
|
|
|
private String bankCard;
|
|
private String bankCard;
|