From 3913cce7713eb58a8c7e0f3d20f610366f3df102 Mon Sep 17 00:00:00 2001
From: 田源 <lastanimals@163.com>
Date: 星期三, 02 八月 2023 14:57:29 +0800
Subject: [PATCH] 主数据表格点击发布勾选状态bug
---
Source/UBCS/ubcs-service/pom.xml | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/Source/UBCS/ubcs-service/pom.xml b/Source/UBCS/ubcs-service/pom.xml
index 15ae54a..3da8a0c 100644
--- a/Source/UBCS/ubcs-service/pom.xml
+++ b/Source/UBCS/ubcs-service/pom.xml
@@ -23,6 +23,8 @@
<module>ubcs-user</module>
<module>ubcs-code</module>
<module>ubcs-omd</module>
+ <module>ubcs-ddl</module>
+ <module>ubcs-applyjtcodeservice</module>
</modules>
<dependencies>
@@ -53,6 +55,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.10.0