jinlin
2023-12-08 02b942d804cfa1ea094256b914a08083288695ed
modules/mainPart/src/main/resources/mapper/configItemWarehouse/WarehouseConfigItemDao.xml
@@ -48,11 +48,8 @@
        from config_item_warehouse_detail a
        WHERE a.is_delete = 0
          and a.project_id = ${projectId}
        <if test="warehouse_id!=null">
            AND id not in  (select id from config_item_warehouse_detail where is_delete = 0 and warehouse_id = ${warehouseId})
        </if>
        <if test="selectIds!=null">
            AND id not in  (${selectIds})
        <if test="ids!=null">
            AND id not in  (${ids})
        </if>
    </select>