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