From 869e4b5df802cdda883cf998113181ef1b966650 Mon Sep 17 00:00:00 2001
From: zhoushihao <zsh19950802@163.com>
Date: 星期三, 04 十二月 2024 09:39:06 +0800
Subject: [PATCH] 1、fixbug:订阅调用方式代码注释,避免旧代码报错导致打包异常 2、移除无用代码

---
 hangzhoumesParent/moduleService/howllowGlassModule/src/main/resources/mapper/HollowBigStorageCageDetailsMapper.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/hangzhoumesParent/moduleService/howllowGlassModule/src/main/resources/mapper/HollowBigStorageCageDetailsMapper.xml b/hangzhoumesParent/moduleService/howllowGlassModule/src/main/resources/mapper/HollowBigStorageCageDetailsMapper.xml
index b94c140..800ad1e 100644
--- a/hangzhoumesParent/moduleService/howllowGlassModule/src/main/resources/mapper/HollowBigStorageCageDetailsMapper.xml
+++ b/hangzhoumesParent/moduleService/howllowGlassModule/src/main/resources/mapper/HollowBigStorageCageDetailsMapper.xml
@@ -175,7 +175,7 @@
         details_sequence_count_temp as (
         SELECT flow_card_id, hollow_sequence, count(1) as max_count
         FROM hollow_big_storage_cage_details
-        and state = 100
+        where state = 100
         group by flow_card_id, hollow_sequence
         ),
         glass_out_temp as (
@@ -215,7 +215,7 @@
         )
         select *
         from result_detail
-        order by flow_card_id, hollow_sequence
+        order by flow_card_id, hollow_sequence,layer
         <if test="cell != 931">
             desc
         </if>

--
Gitblit v1.8.0