导出BUG修复

This commit is contained in:
dxfeng 2023-09-20 14:07:52 +08:00
parent 3e88af5a2e
commit 784dd1859a
1 changed files with 2 additions and 0 deletions

View File

@ -158,6 +158,8 @@ public class ExportCommonServiceImpl extends Service implements ExportCommonServ
table.setBackfields(StringUtils.join(fields, ","));
table.setPageID(UUID.randomUUID().toString());
table.setPageUID(table.getPageID() + "_" + user.getUID());
table.setColumns(weaTableColumnList);
WeaResultMsg result = new WeaResultMsg(false);
result.putAll(table.makeDataResult());