From 1eafa8ae1794e2aa74c3714aa84aa609fa00d508 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@63.com>
Date: 星期一, 24 一月 2022 15:52:41 +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