|
@@ -123,7 +123,7 @@ public class BytedanceAccountReportCtrl {
|
|
if (columns.isEmpty()) {
|
|
if (columns.isEmpty()) {
|
|
log.error("请选择需要导出的字段");
|
|
log.error("请选择需要导出的字段");
|
|
}
|
|
}
|
|
- String filed = JsonResourceUtil.joinFiled(AccountReportConstants.getDicMapByVideo(), columns);
|
|
|
|
|
|
+ String filed = JsonResourceUtil.joinFiled(AccountReportConstants.getDictMapBy(), columns);
|
|
List<String> titles = new ArrayList<>();
|
|
List<String> titles = new ArrayList<>();
|
|
titles.add("账户Id");
|
|
titles.add("账户Id");
|
|
titles.add("账户名称");
|
|
titles.add("账户名称");
|