From ff13957c5d2d3cc037fea9009feddaaa609f699e Mon Sep 17 00:00:00 2001
From: yuxc <653031404@qq.com>
Date: 星期五, 10 十一月 2023 16:07:22 +0800
Subject: [PATCH] 1、标准申请界面查询页面控件将传递过来的默认值渲染上返回给前端。
---
Source/UBCS/ubcs-service/ubcs-applyjtcodeservice/pom.xml | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/Source/UBCS/ubcs-service/ubcs-applyjtcodeservice/pom.xml b/Source/UBCS/ubcs-service/ubcs-applyjtcodeservice/pom.xml
index 578efaa..e83446e 100644
--- a/Source/UBCS/ubcs-service/ubcs-applyjtcodeservice/pom.xml
+++ b/Source/UBCS/ubcs-service/ubcs-applyjtcodeservice/pom.xml
@@ -7,9 +7,10 @@
<artifactId>ubcs-service</artifactId>
<version>3.0.1.RELEASE</version>
</parent>
+ <groupId>com.vci.ubcs</groupId>
<artifactId>ubcs-applyjtcodeservice</artifactId>
<name>${project.artifactId}</name>
- <version>${bladex.project.version}</version>
+ <version>3.0.1.RELEASE</version>
<packaging>jar</packaging>
<modelVersion>4.0.0</modelVersion>
--
Gitblit v1.10.0