From 50084de4a140dece61019b64fd91df041d242e47 Mon Sep 17 00:00:00 2001 From: dengzedong <dengzedong@email> Date: 星期一, 23 十二月 2024 15:28:53 +0800 Subject: [PATCH] getInfoByIds(Set<String> pointIds) 模型输入计划数据获取、补全 模型输入mergeitem存默认生成的outputid sampleInfo.setPointMap 避免重复查询point --- iailab-framework/iailab-common-excel/pom.xml | 29 +---------------------------- 1 files changed, 1 insertions(+), 28 deletions(-) diff --git a/iailab-framework/iailab-common-excel/pom.xml b/iailab-framework/iailab-common-excel/pom.xml index 91a2a6b..a069490 100644 --- a/iailab-framework/iailab-common-excel/pom.xml +++ b/iailab-framework/iailab-common-excel/pom.xml @@ -13,7 +13,7 @@ <name>${project.artifactId}</name> <description>Excel 拓展</description> - <url>https://github.com/YunaiV/ruoyi-vue-pro</url> + <url>http://172.16.8.100:8888/summary/iailab-plat.git</url> <dependencies> <dependency> @@ -78,32 +78,5 @@ <scope>test</scope> </dependency> </dependencies> - - <build> - <plugins> - <plugin> - <groupId>org.springframework.boot</groupId> - <artifactId>spring-boot-maven-plugin</artifactId> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-assembly-plugin</artifactId> - <version>3.3.0</version> - <executions> - <execution> - <phase>package</phase> - <goals> - <goal>single</goal> - </goals> - </execution> - </executions> - <configuration> - <descriptorRefs> - <descriptorRef>jar-with-dependencies</descriptorRef> - </descriptorRefs> - </configuration> - </plugin> - </plugins> - </build> </project> -- Gitblit v1.9.3