#
luxiaotao1123
2021-03-13 853f474b72aa0b6a65f7e8bcd0fb27c4bb85ec16
src/main/resources/mapper/NodeMapper.xml
@@ -26,4 +26,8 @@
    </resultMap>
    <select id="selectByUuid" resultMap="BaseResultMap">
        select * from man_node where 1=1 and uuid=#{uuid} and status = 1
    </select>
</mapper>