#
luxiaotao1123
2021-03-02 2b38e9c64ce9d6b6b054d1540ccd53a9d1bba30a
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>