From b711ea2bdf590d380b12b03a3fef29a1d83619b3 Mon Sep 17 00:00:00 2001
From: yuxc <653031404@qq.com>
Date: 星期五, 13 十月 2023 11:36:50 +0800
Subject: [PATCH] 1、增加接口仅传codeClassifyOid即可获取表单的定义
---
Source/UBCS/ubcs-gateway/pom.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Source/UBCS/ubcs-gateway/pom.xml b/Source/UBCS/ubcs-gateway/pom.xml
index 8cb1a50..2b0073d 100644
--- a/Source/UBCS/ubcs-gateway/pom.xml
+++ b/Source/UBCS/ubcs-gateway/pom.xml
@@ -89,7 +89,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<configuration>
- <outputDirectory>../target/libs</outputDirectory>
+ <outputDirectory>./target/libs</outputDirectory>
</configuration>
</plugin>
<plugin>
--
Gitblit v1.10.0