From cf6b965a86065a537a40c74f67e88a04447d2582 Mon Sep 17 00:00:00 2001 From: 李宇 <986321569@qq.com> Date: 星期一, 12 七月 2021 18:00:38 +0800 Subject: [PATCH] 修改导入申购 --- pom.xml | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/pom.xml b/pom.xml index 5b57304..d4d0eac 100644 --- a/pom.xml +++ b/pom.xml @@ -478,6 +478,12 @@ <profile.active>gslab</profile.active> </properties> </profile> + <profile> + <id>zkdsz</id> + <properties> + <profile.active>zkdsz</profile.active> + </properties> + </profile> </profiles> <build> <finalName>smartlab</finalName> -- Gitblit v1.9.2