From e9ae27404803d0616e06ed21027408a71b4bc19c Mon Sep 17 00:00:00 2001 From: ludc <ludc@vci-tech.com> Date: 星期三, 05 三月 2025 17:34:02 +0800 Subject: [PATCH] 集成申码接口调整:当码值按照约定传表名为空的业务场景下传null校验问题和码值组装问题。 --- Source/UBCS/ubcs-ops-api/pom.xml | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/Source/UBCS/ubcs-ops-api/pom.xml b/Source/UBCS/ubcs-ops-api/pom.xml index 462601a..d4a6b78 100644 --- a/Source/UBCS/ubcs-ops-api/pom.xml +++ b/Source/UBCS/ubcs-ops-api/pom.xml @@ -4,7 +4,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <artifactId>UBCS</artifactId> - <groupId>org.springblade</groupId> + <groupId>com.vci.ubcs</groupId> <version>3.0.1.RELEASE</version> </parent> <modelVersion>4.0.0</modelVersion> @@ -18,6 +18,7 @@ <modules> <module>ubcs-flow-api</module> <module>ubcs-resource-api</module> + <module>ubcs-log-api</module> </modules> <dependencies> -- Gitblit v1.9.3