实现根据输入的jsonData,deptId,以及roleId查询uesrNameList

This commit is contained in:
wsm
2026-04-23 23:43:08 +08:00
parent bea321c2e9
commit a77a63df31
6 changed files with 148 additions and 22 deletions
@@ -98,6 +98,15 @@
<artifactId>flowable-json-converter</artifactId>
<version>${flowable.version}</version>
</dependency>
<dependency>
<groupId>org.jeecgframework.boot</groupId>
<artifactId>jeecg-system-local-api</artifactId>
</dependency>
<dependency>
<groupId>org.flowable</groupId>
<artifactId>flowable-json-converter</artifactId>
<version>${flowable.version}</version>
</dependency>
<!-- flowable6.4以上添加这个依赖,用于解决流程图预览,发布报错问题-->
<dependency>
<groupId>xerces</groupId>