From 018472163f97617db2ed42d2d1a4eea2ffd71c9c Mon Sep 17 00:00:00 2001 From: zhal <15900249928@163.com> Date: Fri, 19 Aug 2022 18:03:52 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E5=AF=BC=E5=8C=85=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../apps/coe/pal/pal/repository/web/CoeProcessLevelWeb.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/com.actionsoft.apps.coe.pal/src/com/actionsoft/apps/coe/pal/pal/repository/web/CoeProcessLevelWeb.java b/com.actionsoft.apps.coe.pal/src/com/actionsoft/apps/coe/pal/pal/repository/web/CoeProcessLevelWeb.java index bd043c5a..fc375ed3 100755 --- a/com.actionsoft.apps.coe.pal/src/com/actionsoft/apps/coe/pal/pal/repository/web/CoeProcessLevelWeb.java +++ b/com.actionsoft.apps.coe.pal/src/com/actionsoft/apps/coe/pal/pal/repository/web/CoeProcessLevelWeb.java @@ -12,10 +12,10 @@ import com.actionsoft.apps.coe.pal.log.CoEOpLogConst; import com.actionsoft.apps.coe.pal.pal.output.util.OutputWordUtil; import com.actionsoft.apps.coe.pal.pal.repository.designer.web.CoeDesignerWeb; import com.actionsoft.apps.coe.pal.pal.repository.util.DiagramsUtil; -import com.actionsoft.apps.coe.pal.pal.repository.util.ShapeUtils; import com.actionsoft.apps.coe.pal.pal.ws.constant.CoeWsConstant; import com.actionsoft.apps.coe.pal.system.util.StringUtil; import com.actionsoft.apps.coe.pal.util.HighSecurityUtil; +import com.actionsoft.apps.coe.pal.util.ShapeUtils; import com.actionsoft.apps.lifecycle.api.AppsAPIManager; import com.actionsoft.apps.resource.AppContext; import com.actionsoft.apps.resource.plugin.profile.DCPluginProfile; @@ -8338,7 +8338,7 @@ public class CoeProcessLevelWeb extends ActionWeb { //拿到基础结构 JSONObject shape; if(type.equals("1")){ - shape=ShapeUtils.getProcessShapeDefinitionByName("control_policy", "regulation"); + shape= ShapeUtils.getProcessShapeDefinitionByName("control_policy", "regulation"); shape.put("id", shapeId); shape.put("text",title); }else {