From 6bab1e8f3fbd2443fbc55a1668f08459ed1a7179 Mon Sep 17 00:00:00 2001 From: huangfeng Date: Tue, 20 May 2025 16:38:43 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=88=97=E8=A1=A8=E4=B9=9F=E6=8A=8A2?= =?UTF-8?q?=E6=9F=A5=E8=AF=A2=E5=87=BA=E6=9D=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- xymanager_dao/src/main/resources/mappers/DyLevelDao.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xymanager_dao/src/main/resources/mappers/DyLevelDao.xml b/xymanager_dao/src/main/resources/mappers/DyLevelDao.xml index 8d216f3..7b06dd9 100644 --- a/xymanager_dao/src/main/resources/mappers/DyLevelDao.xml +++ b/xymanager_dao/src/main/resources/mappers/DyLevelDao.xml @@ -202,7 +202,7 @@ left join towers c on b.id = c.line_id ) left join terminals d on c.id = d.tower_id ) left join terminal_status e on e.term_id = d.id) - where b.status = #{status} and a.status = #{status} and c.status = #{status} and d.status = #{status} + where b.status = #{status} and a.status = #{status} and c.status = #{status} and d.status != 0