zhoushihao
2024-12-03 cf33278c73767f72e35a4898c23765f52a3bfd1d
hangzhoumesParent/common/servicebase/src/main/resources/mapper/BigStorageCageTaskMapper.xml
File was renamed from 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>