|
|
@@ -2269,8 +2269,6 @@ public class ExcelTabController extends BladeController {
|
|
|
singnType = "";
|
|
|
}
|
|
|
|
|
|
- // dataInfo.getJSONObject("dataInfo").getJSONArray("orderList");
|
|
|
-
|
|
|
JSONObject tableInfo1 = dataArray.getJSONObject(0);
|
|
|
String nodeId = tableInfo1.getString("nodeId");
|
|
|
String contractId = tableInfo1.getString("contractId");
|
|
|
@@ -2338,11 +2336,7 @@ public class ExcelTabController extends BladeController {
|
|
|
tableInfoList.parallelStream().forEach(tableInfo -> {
|
|
|
R bussPdfInfo = null;
|
|
|
try {
|
|
|
- /*if(finalSingnType.equals("1") && tableInfo.getProjectId().equals("1630011899725201410") && (tableInfo.getIsTypePrivatePid().equals("1559714325173080065") || tableInfo.getIsTypePrivatePid().equals("1559479719236702210") )){
|
|
|
- System.out.println("12312312");
|
|
|
- }else{*/
|
|
|
- bussPdfInfo = excelTabService.getBussPdfInfo(Long.parseLong(tableInfo.getPkeyId()));
|
|
|
- // }
|
|
|
+ bussPdfInfo = excelTabService.getBussPdfInfo(Long.parseLong(tableInfo.getPkeyId()));
|
|
|
} catch (Exception e) {
|
|
|
e.printStackTrace();
|
|
|
}
|
|
|
@@ -2386,6 +2380,7 @@ public class ExcelTabController extends BladeController {
|
|
|
executionTime.info("缓存删除耗时");
|
|
|
executionTime.brief();
|
|
|
return R.data(result.getMsg());
|
|
|
+ // return R.data("1123");
|
|
|
}
|
|
|
|
|
|
/*并发加载表单数据*/
|