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 {