From 86af05c9ef6df721785ece976dd54c1f6500a1cd Mon Sep 17 00:00:00 2001 From: lihongyu <504404568@qq.com> Date: Tue, 27 Sep 2022 17:09:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E4=BB=B6=E7=BC=96=E7=A0=81=E7=94=9F?= =?UTF-8?q?=E6=88=90=E8=A7=84=E5=88=99=E4=BB=A3=E7=A0=81=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../apps/coe/pal/publisher/client/util/ProcesNumberUtil.java | 1 + 1 file changed, 1 insertion(+) 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 c6f71f0d..ca0fab44 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 @@ -192,6 +192,7 @@ public class ProcesNumberUtil { String number = getProcessNum(levelnum, orgCode,plcategory); System.err.println("number======="+number); if (plcategory.contains("process")) { + name = "/P" + number; } else if (plcategory.contains("control")) { name = "/R" + number;