From 5f282906647aa150d2d612968fdbd00ceaca4119 Mon Sep 17 00:00:00 2001
From: zhoushihao <zsh19950802@163.com>
Date: 星期四, 13 三月 2025 09:51:05 +0800
Subject: [PATCH] 1、fixbug:生成lisec文件顺序错乱,经排查发现按照出片顺序排序后使用map时导致乱序,现在在生成文件之前重新排序,确保顺序正确。
---
hangzhoumesParent/moduleService/pom.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/hangzhoumesParent/moduleService/pom.xml b/hangzhoumesParent/moduleService/pom.xml
index b76375b..23bb38b 100644
--- a/hangzhoumesParent/moduleService/pom.xml
+++ b/hangzhoumesParent/moduleService/pom.xml
@@ -19,7 +19,7 @@
<module>TemperingGlassModule</module>
<module>UnLoadGlassModule</module>
<module>GlassStorageModule</module>
- <module>howllowGlassModule</module>
+ <module>hollowGlassModule</module>
</modules>
<properties>
--
Gitblit v1.8.0