#
luxiaotao1123
2022-02-21 a6d8ebfc4e22de01a617e544dac49f7dfe052d07
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>