连线校验除了表单图,制度图,泳道图不需要进行连线校验其他的可以进行连线校验
This commit is contained in:
parent
98c133fd11
commit
70e8c22204
@ -9445,6 +9445,9 @@ 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")) {
|
||||
|
||||
|
||||
List<String> list_linker = new LinkedList<>();
|
||||
List<JSONObject> resultLists = new ArrayList<>();
|
||||
List<JSONObject> elements_fei = ShapeUtil.getShapeJsonToJsonObject2(obj);
|
||||
@ -9528,7 +9531,7 @@ public class CoeProcessLevelWeb extends ActionWeb {
|
||||
}
|
||||
|
||||
System.out.println("sb>>>>>>>>>>>" + sb);
|
||||
|
||||
}
|
||||
/***************************************************数据属性校验*************************************************/
|
||||
|
||||
Map<String, PALMethodAttributeModel> methodAttributeModelMap = new HashMap<>();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user