自动化立体仓库 - WMS系统
pang.jiabao
2025-10-23 0916bb4ea987c0599b6af6bb8dd251a071770e05
src/main/resources/mapper/NodeMapper.xml
@@ -49,6 +49,13 @@
            and mld.update_time between #{startTime} and #{endTime}
        </if>
    </sql>
    <update id="updateStockFreeze">
        update man_node
        set status = #{status}
          , update_time = getdate()
        where 1=1
          and name = #{name}
    </update>
    <select id="selectByUuid" resultMap="BaseResultMap">
        select * from man_node where 1=1 and uuid=#{uuid} and host_id = #{hostId} and status = 1