|
@@ -2053,11 +2053,11 @@ 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") )){
|
|
|
+ /*if(finalSingnType.equals("1") && tableInfo.getProjectId().equals("1630011899725201410") && (tableInfo.getIsTypePrivatePid().equals("1559714325173080065") || tableInfo.getIsTypePrivatePid().equals("1559479719236702210") )){
|
|
|
System.out.println("12312312");
|
|
|
- }else{
|
|
|
+ }else{*/
|
|
|
bussPdfInfo = excelTabService.getBussPdfInfo(Long.parseLong(tableInfo.getPkeyId()));
|
|
|
- }
|
|
|
+ // }
|
|
|
} catch (Exception e) {
|
|
|
e.printStackTrace();
|
|
|
}
|