#
luxiaotao1123
2021-09-28 1d8f4f462fc4be2437dbfa7ad9b5b503019a1193
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>