From 6acc718e0f3608c08584526d7c7e8523c1bd99ca Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期四, 09 一月 2025 11:43:07 +0800
Subject: [PATCH] 用户列表可通过昵称搜索、获取任务表单时无表单数据也返回节点信息

---
 business/pom.xml |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/business/pom.xml b/business/pom.xml
index ad84770..555f263 100644
--- a/business/pom.xml
+++ b/business/pom.xml
@@ -21,6 +21,12 @@
 			<artifactId>system</artifactId>
 		</dependency>
 
-	</dependencies>
+		<!-- flowable -->
+        <dependency>
+            <groupId>com.ycl</groupId>
+            <artifactId>flowable</artifactId>
+        </dependency>
+
+    </dependencies>
 
 </project>

--
Gitblit v1.8.0