#
luxiaotao1123
2021-04-14 4af2eb85f66a6f9553cbc2f8eb7a3ceab62f0817
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>