From fae8a9349499cd045bc73e8fd22aeae52618a46c Mon Sep 17 00:00:00 2001
From: WangHan <wwh_work@126,com>
Date: 星期四, 19 十二月 2024 10:02:02 +0800
Subject: [PATCH] 采购明细查询修改,查询本级及以下

---
 consum-base/pom.xml |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/consum-base/pom.xml b/consum-base/pom.xml
index c1e9318..8c0f307 100644
--- a/consum-base/pom.xml
+++ b/consum-base/pom.xml
@@ -39,7 +39,7 @@
         <!-- 寮曞叆web瀹夊叏璁よ瘉妯″潡锛屽鏋滀笉寮曞叆鍒欎笉浼氬仛浠讳綍鏉冮檺鎷︽埅锛堣繖绉嶆ā寮忛�氬父鍙敤浜庡揩閫熸祴璇曪級, 2022/10/31 -->
         <dependency>
             <groupId>com.iplatform</groupId>
-            <artifactId>iplatform-base-security</artifactId>
+            <artifactId>iplatform-base-security-consum</artifactId>
             <exclusions>
                 <exclusion>
                     <artifactId>spring-security-crypto</artifactId>
@@ -145,6 +145,10 @@
             <artifactId>hutool-core</artifactId>
             <version>4.5.3</version>
         </dependency>
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+        </dependency>
     </dependencies>
 
 </project>

--
Gitblit v1.9.1