方案图质量检测逻辑修改
This commit is contained in:
parent
6d18a46d74
commit
be33c093e6
@ -9679,7 +9679,7 @@ public class CoeProcessLevelWeb extends ActionWeb {
|
||||
sb.append(sb1.substring(0, sb1.length() - 1));
|
||||
sb.append("未填写,请检查!").append("</br>");
|
||||
}
|
||||
if (!model.getMethodId().equals("control.policy") && !model.getMethodId().equals("data.form") && !model.getMethodId().equals("process.flowchart")) {
|
||||
if (!model.getMethodId().equals("process.scheme") && !model.getMethodId().equals("control.policy") && !model.getMethodId().equals("data.form") && !model.getMethodId().equals("process.flowchart")) {
|
||||
|
||||
List<String> list_linker = new LinkedList<>();
|
||||
List<JSONObject> resultLists = new ArrayList<>();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user