导出BUG修复
This commit is contained in:
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…
Reference in New Issue