From 1bf6cb4c0bfc149737afa37a1df1c809b29c6139 Mon Sep 17 00:00:00 2001
From: qushaowei <qushaowei@163.com>
Date: 星期二, 10 六月 2025 13:57:43 +0800
Subject: [PATCH] 点检测试修改

---
 lxzn-module-eam/src/main/java/org/jeecg/modules/eam/mapper/xml/StreamMapper.xml |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/lxzn-module-eam/src/main/java/org/jeecg/modules/eam/mapper/xml/StreamMapper.xml b/lxzn-module-eam/src/main/java/org/jeecg/modules/eam/mapper/xml/StreamMapper.xml
index 0951f79..0768753 100644
--- a/lxzn-module-eam/src/main/java/org/jeecg/modules/eam/mapper/xml/StreamMapper.xml
+++ b/lxzn-module-eam/src/main/java/org/jeecg/modules/eam/mapper/xml/StreamMapper.xml
@@ -13,11 +13,12 @@
             <when test="areaId != null and areaId != ''">
                 and t2.area_id = #{areaId}
             </when>
-            <otherwise>
-                and t2.area_id = '-1'
-            </otherwise>
+
         </choose>
         ORDER BY t1.create_time desc
     </select>
+<!--    <otherwise>-->
+<!--        and t2.area_id = '-1'-->
+<!--    </otherwise>-->
 
 </mapper>

--
Gitblit v1.9.3