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