north-glass-erp/src/main/resources/mapper/mm/MaterialStore.xml
@@ -6,9 +6,10 @@ <select id="getSelectMaterialStore"> select * m.id,m.type,m.json,m.create_time,bb.consume,bb.type as bomType,bb.price from mm.material_store m left join sd.bom_base as bb on bb.material_id=m.id <where> <if test="materialStore.id != null and materialStore.id != ''"> and m.id regexp #{materialStore.id}