wente
2023-12-11 dfd3903f59e4d5d32ffa5be546b00458d3e76477
modules/mainPart/src/main/resources/mapper/configItemWarehouse/WarehouseConfigItemDao.xml
@@ -48,7 +48,7 @@
        from config_item_warehouse_detail a
        WHERE a.is_delete = 0
          and a.project_id = ${projectId}
        <if test="ids!=null">
        <if test="ids!=null and ids!=''">
            AND id not in  (${ids})
        </if>
    </select>