修改表单图、制度图、泳道图不进行连线
This commit is contained in:
parent
4a3066f09a
commit
98c133fd11
Binary file not shown.
@ -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();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user