廖井涛
2025-10-28 fcc929fa2888c6b06a168f1ca84344e3bf9fdce5
north-glass-erp/src/main/resources/mapper/mm/BasicWarehouseType.xml
@@ -20,6 +20,7 @@
        select operate_type from mm.basic_warehouse_type where type regexp #{type};
    </select>
    <select id="getBasicWarehouseTypeAll" >
        select * from mm.basic_warehouse_type where type!=#{originalFilm} and type!=#{accessories}  order by id desc;
    </select>