From eafecc3ac0227960f2b8fa377be27f066e10e50f Mon Sep 17 00:00:00 2001 From: baoshiwei <baoshiwei@shlanbao.cn> Date: 星期二, 20 五月 2025 10:47:58 +0800 Subject: [PATCH] perf(lb-qms): 优化查询功能和时间范围筛选 --- ruoyi-modules/pom.xml | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/ruoyi-modules/pom.xml b/ruoyi-modules/pom.xml index 1715577..3a1bed9 100644 --- a/ruoyi-modules/pom.xml +++ b/ruoyi-modules/pom.xml @@ -6,7 +6,6 @@ <artifactId>ruoyi-vue-plus</artifactId> <groupId>org.dromara</groupId> <version>${revision}</version> - <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> @@ -15,6 +14,8 @@ <module>ruoyi-generator</module> <module>ruoyi-job</module> <module>ruoyi-system</module> + <module>ruoyi-workflow</module> + <module>lb-qms</module> </modules> <artifactId>ruoyi-modules</artifactId> -- Gitblit v1.9.3