From 79aee1d3127c8be0184bc6493b08fb2ba2f1a8ae Mon Sep 17 00:00:00 2001 From: gssong <1742057357@qq.com> Date: 星期六, 24 八月 2024 11:16:39 +0800 Subject: [PATCH] add 添加按照部门id,角色id查询用户 --- ruoyi-modules/pom.xml | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/ruoyi-modules/pom.xml b/ruoyi-modules/pom.xml index 4044916..daff497 100644 --- a/ruoyi-modules/pom.xml +++ b/ruoyi-modules/pom.xml @@ -14,6 +14,7 @@ <module>ruoyi-generator</module> <module>ruoyi-job</module> <module>ruoyi-system</module> + <module>ruoyi-workflow</module> </modules> <artifactId>ruoyi-modules</artifactId> -- Gitblit v1.9.3