From fc545bfecf1a42228dec6b1258e5f8ac2ee43a68 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期日, 13 二月 2022 11:47:40 +0800
Subject: [PATCH] #

---
 src/main/resources/mapper/LocDetlMapper.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main/resources/mapper/LocDetlMapper.xml b/src/main/resources/mapper/LocDetlMapper.xml
index 530a05b..dee703c 100644
--- a/src/main/resources/mapper/LocDetlMapper.xml
+++ b/src/main/resources/mapper/LocDetlMapper.xml
@@ -158,7 +158,7 @@
         select * from man_loc_detl mld left join man_node mn on mld.node_id = mn.id
         where 1=1
         and mn.uuid = #{uuid}
-        and mld.hostId = #{hostId}
+        and mld.host_id = #{hostId}
         and mld.status = 1
         order by mld.create_time
     </select>

--
Gitblit v1.9.1