|
@@ -398,6 +398,7 @@ public class ExcelTabServiceImpl extends BaseServiceImpl<ExcelTabMapper, ExcelTa
|
|
|
/*公式*/
|
|
|
JSONObject tableInfo =dataArray.getJSONObject(0);
|
|
|
Long nodeId=tableInfo.getLong("nodeId");
|
|
|
+ List<TableInfo> tableInfoList = this.getTableInfoList(dataArray);
|
|
|
List<NodeTable> tableAll = createNodeTables(nodeId, tableInfoList.get(0).getContractId(), tableInfoList.get(0).getProjectId(), type);
|
|
|
Thread.sleep(200);
|
|
|
stopWatch.stop();
|