From e74b3995153e5c48b46a323e4f27448c18572b4d Mon Sep 17 00:00:00 2001 From: warm <290631660@qq.com> Date: Tue, 30 Sep 2025 09:50:02 +0800 Subject: [PATCH 1/3] =?UTF-8?q?[fix]=20=E8=B0=83=E6=95=B4=20NOT=5FFOUNT=5F?= =?UTF-8?q?HANDLED=5FTASK=E6=8F=8F=E8=BF=B0=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ruoyi/system/service/impl/NodeExtServiceImpl.java | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ruoyi-admin/src/main/java/com/ruoyi/system/service/impl/NodeExtServiceImpl.java b/ruoyi-admin/src/main/java/com/ruoyi/system/service/impl/NodeExtServiceImpl.java index 085bdc89..3b479716 100644 --- a/ruoyi-admin/src/main/java/com/ruoyi/system/service/impl/NodeExtServiceImpl.java +++ b/ruoyi-admin/src/main/java/com/ruoyi/system/service/impl/NodeExtServiceImpl.java @@ -81,6 +81,15 @@ public class NodeExtServiceImpl implements NodeExtService { childNode4.setDict(dictItems4); childs1.add(childNode4); + //TODO + ChildNode childNode9 = new ChildNode(); + childNode9.setCode("users1"); + childNode9.setLabel("抄送人"); + childNode9.setDesc("抄送人"); + childNode9.setType(5); + childNode9.setMust(false); + childs1.add(childNode9); + nodeExt1.setChilds(childs1); nodeExts.add(nodeExt1); -- Gitee From 7314848024b5468de6a1c03f27a9d78b7f0c2f8d Mon Sep 17 00:00:00 2001 From: warm <290631660@qq.com> Date: Tue, 30 Sep 2025 09:53:07 +0800 Subject: [PATCH 2/3] =?UTF-8?q?[upgrade]=20warm-flow=20=E5=8D=87=E7=BA=A71?= =?UTF-8?q?.8.2-m4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 1a8422f6..0bc3dad9 100644 --- a/pom.xml +++ b/pom.xml @@ -36,7 +36,7 @@ 5.7.12 5.3.39 - 1.8.2-m3 + 1.8.2-m4 -- Gitee From 14157d228ca06bb996fd70c15618579dce9c3743 Mon Sep 17 00:00:00 2001 From: warm <290631660@qq.com> Date: Sat, 4 Oct 2025 15:58:10 +0800 Subject: [PATCH 3/3] =?UTF-8?q?[upgrade]=20warm-flow=20=E5=8D=87=E7=BA=A71?= =?UTF-8?q?.8.2-m5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 0bc3dad9..e67195df 100644 --- a/pom.xml +++ b/pom.xml @@ -36,7 +36,7 @@ 5.7.12 5.3.39 - 1.8.2-m4 + 1.8.2-m5 -- Gitee