#
tqs
2023-12-05 a0b733a8b19b1db43395a96408098596ac3d2a86
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>