From 56599835685c0deb29601d9eb287b9436324b824 Mon Sep 17 00:00:00 2001
From: zhoushihao <zsh19950802@163.com>
Date: 星期四, 16 一月 2025 13:43:11 +0800
Subject: [PATCH] 1、统一各个模块端口,避免端口冲突

---
 hangzhoumesParent/moduleService/howllowGlassModule/src/main/resources/mapper/HollowFormulaDetailsMapper.xml |   15 ++++++++++++---
 1 files changed, 12 insertions(+), 3 deletions(-)

diff --git a/hangzhoumesParent/moduleService/howllowGlassModule/src/main/resources/mapper/HollowFormulaDetailsMapper.xml b/hangzhoumesParent/moduleService/howllowGlassModule/src/main/resources/mapper/HollowFormulaDetailsMapper.xml
index 8748a21..59cb7a7 100644
--- a/hangzhoumesParent/moduleService/howllowGlassModule/src/main/resources/mapper/HollowFormulaDetailsMapper.xml
+++ b/hangzhoumesParent/moduleService/howllowGlassModule/src/main/resources/mapper/HollowFormulaDetailsMapper.xml
@@ -31,9 +31,18 @@
         t3.cas_two,
         t3.cas_three,
         t3.cas_four,
-        t3.interval_frame_type,
-        t3.interval_frame_width,
-        t3.interval_frame_height,
+        t3.interval_frame_type_one,
+        t3.interval_frame_width_one,
+        t3.interval_frame_height_one,
+        t3.interval_frame_type_two,
+        t3.interval_frame_width_two,
+        t3.interval_frame_height_two,
+        t3.interval_frame_type_three,
+        t3.interval_frame_width_three,
+        t3.interval_frame_height_three,
+        t3.interval_frame_type_four,
+        t3.interval_frame_width_four,
+        t3.interval_frame_height_four,
         t2.width,
         t2.height,
         t2.thickness

--
Gitblit v1.8.0