#
luxiaotao1123
2021-04-13 aedfc60ea1414f88bc0d2e8a0ed503e8950c8af0
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>