From a515c7ff2a4aff8167fa059a8b3740a0a7509b7a Mon Sep 17 00:00:00 2001 From: 李宇 <986321569@qq.com> Date: 星期一, 28 六月 2021 09:11:12 +0800 Subject: [PATCH] 恢复申购插入 --- pom.xml | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/pom.xml b/pom.xml index 63e613a..9786c9e 100644 --- a/pom.xml +++ b/pom.xml @@ -474,6 +474,12 @@ <profile.active>zkyshs</profile.active> </properties> </profile> + <profile> + <id>gslab</id> + <properties> + <profile.active>gslab</profile.active> + </properties> + </profile> </profiles> <build> <finalName>smartlab</finalName> -- Gitblit v1.9.2