From 5bcbdac626be0d2a345c10fce1e07e8056ade635 Mon Sep 17 00:00:00 2001 From: 郑永安 <zyazyz250@sina.com> Date: 星期一, 18 九月 2023 14:01:31 +0800 Subject: [PATCH] excel导入失败去除type=13 --- pom.xml | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/pom.xml b/pom.xml index 157579b..4f628a5 100644 --- a/pom.xml +++ b/pom.xml @@ -508,6 +508,18 @@ <profile.active>guotai</profile.active> </properties> </profile> + <profile> + <id>cq</id> + <properties> + <profile.active>cq</profile.active> + </properties> + </profile> + <profile> + <id>sdy</id> + <properties> + <profile.active>sdy</profile.active> + </properties> + </profile> </profiles> <build> <finalName>smartlab</finalName> -- Gitblit v1.9.2