导出BUG修复

ybgc
dxfeng 2 years ago
parent 3e88af5a2e
commit 784dd1859a

@ -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());

Loading…
Cancel
Save