From 97bbe46e3c91e3bdd0a3c6ef2ebcca280be74282 Mon Sep 17 00:00:00 2001 From: zhal <15900249928@163.com> Date: Mon, 25 Jul 2022 17:04:14 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=96=E5=8F=B7=E7=94=9F=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../apps/coe/pal/publisher/client/util/ProcesNumberUtil.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/com.actionsoft.apps.coe.pal.publisher/src/com/actionsoft/apps/coe/pal/publisher/client/util/ProcesNumberUtil.java b/com.actionsoft.apps.coe.pal.publisher/src/com/actionsoft/apps/coe/pal/publisher/client/util/ProcesNumberUtil.java index 293caa4b..eefbc1fc 100644 --- a/com.actionsoft.apps.coe.pal.publisher/src/com/actionsoft/apps/coe/pal/publisher/client/util/ProcesNumberUtil.java +++ b/com.actionsoft.apps.coe.pal.publisher/src/com/actionsoft/apps/coe/pal/publisher/client/util/ProcesNumberUtil.java @@ -63,8 +63,7 @@ public class ProcesNumberUtil { String productCode = authData.getString("APPLICABLE_PRODUCT_CODE"); //查询出所有的发布流程 List dataList = SDK.getBOAPI().query("BO_ACT_COE_PUBLISH_N").addQuery("BINDID=", bindId).list(); - //依次生成编号~并回填 - + //依次生成编号~并回填 修改 if(UtilString.isNotEmpty(levelTwo)){ levelTwo =levelTwo.substring(levelTwo.indexOf(".")+1,levelTwo.length()); }else{