连线校验功能打开

This commit is contained in:
Mr-wang 2023-07-13 20:30:07 +08:00
parent b38999a959
commit 296ed73f8e
2 changed files with 2 additions and 14 deletions

View File

@ -113,13 +113,6 @@ public class ProcessEndAfterEvent_new extends ExecuteListener implements Execute
}
}
});
try {
service.shutdown();
// DBSql.close(open);
}catch (Exception e){
service.shutdown();
//DBSql.close(open);
}
}
}catch (Exception e){
e.printStackTrace();
@ -637,11 +630,6 @@ public class ProcessEndAfterEvent_new extends ExecuteListener implements Execute
});
}
try {
service.shutdown();
}catch (Exception e){
service.shutdown();
}
}
/**

View File

@ -9567,7 +9567,7 @@ public class CoeProcessLevelWeb extends ActionWeb {
System.out.println("剩余的list是什么>>>>>>>>>>"+list_linker.toString());
//System.out.println("linker>>>>>>>>>>>>" + list_linker.size());
//连线校验增加体术语句
/*if (list_linker.size() > 0) {
if (list_linker.size() > 0) {
sb.append("<span>连线校验<span><br/>");
for (String d :
list_linker) {
@ -9576,7 +9576,7 @@ public class CoeProcessLevelWeb extends ActionWeb {
}
sb6.append("校验未通过,请检查模型是否都已连线!");
sb.append(sb6);
}*/
}
System.out.println("sb>>>>>>>>>>>"+sb);