heheng
2025-03-06 8b1d6e1b442c1909bd747805bd1845b40caabe0c
hazmat-system/src/main/resources/mapper/system/HzWarehouseMapper.xml
@@ -88,6 +88,14 @@
            #{warehouse}
        </foreach>
    </select>
    <select id="selectByCupboardIds" resultType="com.gkhy.hazmat.system.domain.HzWarehouseCupboard">
        select id,cupboard_name from hz_warehouse_cupboard where del_flag=0 and  id in
        <foreach collection="ids" item="id" open="(" separator="," close=")">
            #{id}
        </foreach>
    </select>
    <select id="selectByWarehouseIdAndCupboardName" resultType="com.gkhy.hazmat.system.domain.HzWarehouseCupboard">
        SELECT
            id,