From ae0dc4f46b075b5eace5596a66f6b81e357ae05e Mon Sep 17 00:00:00 2001
From: ludc
Date: 星期二, 03 十二月 2024 17:24:06 +0800
Subject: [PATCH] 码值codeallcode查重改成一句分批次查询(500)一次执行查询改为and拼接的依据sql查询。

---
 Source/UBCS/ubcs-service/pom.xml |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/Source/UBCS/ubcs-service/pom.xml b/Source/UBCS/ubcs-service/pom.xml
index c1c3f28..17a93b0 100644
--- a/Source/UBCS/ubcs-service/pom.xml
+++ b/Source/UBCS/ubcs-service/pom.xml
@@ -24,7 +24,8 @@
         <module>ubcs-code</module>
         <module>ubcs-omd</module>
         <module>ubcs-ddl</module>
-        <module>ubcs-webservice</module>
+        <module>ubcs-applyjtcodeservice</module>
+        <module>ubcs-deploy</module>
     </modules>
 
     <dependencies>
@@ -55,6 +56,12 @@
             <artifactId>ubcs-scope-api</artifactId>
             <version>3.0.1.RELEASE</version>
         </dependency>
+        <!--杈炬ⅵ鏁版嵁搴撻┍鍔�-->
+        <dependency>
+            <groupId>com.dameng</groupId>
+            <artifactId>DmJdbcDriver18</artifactId>
+            <optional>true</optional>
+        </dependency>
     </dependencies>
 
 </project>

--
Gitblit v1.9.3