连线校验功能打开

This commit is contained in:
Mr-wang 2023-07-13 20:44:21 +08:00
parent 29674d0471
commit 0c95139822
2 changed files with 2 additions and 2 deletions

View File

@ -264,7 +264,7 @@ public class PublishFormBeforeSaveEvent extends InterruptListener implements Int
String shapeId = o.getString("id");
String shapeName = o.getString("name");
String title = o.getString("title");
String title = o.getString("text");
if (!shapeName.equals("linker")) {
list_linker.add(shapeId);
json.put(shapeId,title);

View File

@ -9523,7 +9523,7 @@ public class CoeProcessLevelWeb extends ActionWeb {
for (JSONObject o : elements_fei) {
String shapeId = o.getString("id");
String shapeName = o.getString("name");
String title = o.getString("title");
String title = o.getString("text");
if (!shapeName.equals("linker")) {
list_linker.add(shapeId);
jsonObjects.put(shapeId,title);