修改表单图、制度图、泳道图不进行连线

This commit is contained in:
zhal 2023-08-01 09:45:30 +08:00
parent 4a3066f09a
commit 98c133fd11
2 changed files with 2 additions and 1 deletions

View File

@ -253,7 +253,8 @@ public class PublishFormBeforeSaveEvent extends InterruptListener implements Int
public void defineQualityCheck(String uuid){
PALRepositoryModel model = PALRepositoryCache.getCache().get(uuid);
if(!model.getMethodId().equals("control.policy") && !model.getMethodId().equals("data.form")){
//判断制度图表单图泳道图不进行连线校验
if(!model.getMethodId().equals("control.policy") && !model.getMethodId().equals("data.form") && !model.getMethodId().equals("process.flowchart")){
String vison = getVison(uuid);
List<JSONObject> elements_fei = getShapeJsonToJsonObject2(vison);
StringBuffer sb6= new StringBuffer();