hangzhoumesParent/moduleService/CacheGlassModule/src/main/resources/mapper/EdgStorageCageMapper.xml
@@ -10,6 +10,13 @@ <result column="remain_width" property="remainWidth" jdbcType="INTEGER"/> </resultMap> <update id="resetSlotRemainWidth"> <foreach collection="list" item="item" separator=";" open="begin" close=";end;"> update edg_storage_cage set remain_width = #{item.remainWidth} where device_id = #{item.deviceId} and slot = #{item.slot} </foreach> </update> <select id="getEdgStorageCageBySize" resultMap="baseMap"> select t.* from edg_storage_cage t