From d5f8b5d8d5308de3a70b0ad43d2dbe053eb12826 Mon Sep 17 00:00:00 2001
From: ZengTao <2773468879@qq.com>
Date: 星期一, 22 十二月 2025 11:39:08 +0800
Subject: [PATCH] 1、流程卡进度查询按玻璃id查询时增加工程添加 2、中空线历史任务添加除膜膜系显示 3、队列信息增加格子号显示

---
 hangzhoumesParent/moduleService/TemperingGlassModule/pom.xml |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/hangzhoumesParent/moduleService/TemperingGlassModule/pom.xml b/hangzhoumesParent/moduleService/TemperingGlassModule/pom.xml
index 2c23116..d0993e0 100644
--- a/hangzhoumesParent/moduleService/TemperingGlassModule/pom.xml
+++ b/hangzhoumesParent/moduleService/TemperingGlassModule/pom.xml
@@ -3,9 +3,10 @@
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <parent>
-          <artifactId>moduleService</artifactId>
+        <artifactId>moduleService</artifactId>
         <groupId>com.mes</groupId>
         <version>1.0-SNAPSHOT</version>
+        <relativePath>../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
@@ -25,8 +26,7 @@
     </dependencies>
 
     <properties>
-        <maven.compiler.source>8</maven.compiler.source>
-        <maven.compiler.target>8</maven.compiler.target>
+        <java.run.main.class>com.mes.TemperingGlassModuleApplication</java.run.main.class>
     </properties>
 
 </project>
\ No newline at end of file

--
Gitblit v1.8.0