|
@@ -2910,11 +2910,12 @@ public class FormulaServiceImpl extends BaseServiceImpl<FormulaMapper, Formula>
|
|
coordinateMap.put(initTableName, FormulaUtils.getElementExcelCoords(document));
|
|
coordinateMap.put(initTableName, FormulaUtils.getElementExcelCoords(document));
|
|
eSignMaps.put(initTableName,FormulaUtils.getESignMap(document));
|
|
eSignMaps.put(initTableName,FormulaUtils.getESignMap(document));
|
|
});
|
|
});
|
|
|
|
+ executionTime.info("坐标信息获取");
|
|
/*额外单元格坐标配置*/
|
|
/*额外单元格坐标配置*/
|
|
settingCoordsExtend(coordinateMap);
|
|
settingCoordsExtend(coordinateMap);
|
|
List<FormData> processFds = this.createFormDataByTableName(tableList.stream().map(NodeTable::getInitTableName).collect(Collectors.joining("','")));
|
|
List<FormData> processFds = this.createFormDataByTableName(tableList.stream().map(NodeTable::getInitTableName).collect(Collectors.joining("','")));
|
|
listForMeter(processFds,contractInfo.getPId(),parent.get("id"));
|
|
listForMeter(processFds,contractInfo.getPId(),parent.get("id"));
|
|
-
|
|
|
|
|
|
+ executionTime.info("元素信息");
|
|
/*转换器上下文声明*/
|
|
/*转换器上下文声明*/
|
|
TableElementConverter tec = new TableElementConverter(processFds,coordinateMap,tableList);
|
|
TableElementConverter tec = new TableElementConverter(processFds,coordinateMap,tableList);
|
|
tec.setNewIOSSClient(this.newIOSSClient);
|
|
tec.setNewIOSSClient(this.newIOSSClient);
|