实现根据输入的jsonData,deptId,以及roleId查询uesrNameList
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user