zhoushihao
2024-11-21 b4f51417997c20dd15e3db19d5055edd55d872cd
hangzhoumesParent/moduleService/CacheVerticalGlassModule/src/main/resources/mapper/BigStorageCageInTaskMapper.xml
@@ -34,5 +34,13 @@
        where glass_id = #{task.glassId}
    </update>
    <update id="updateOutTaskMessage">
        UPDATE ${tableName}
        SET glass_id    = ''
          , start_slot  = 0
          , target_slot = 0
          , task_state  = 0
    </update>
</mapper>