提交基础采购

This commit is contained in:
2025-11-18 16:53:46 +08:00
parent 773fbe727c
commit 8a5e5467b3

View File

@@ -48,7 +48,7 @@
AND status = 0
AND data_type = 0
AND item_type = 'product'
AND (material_type IS NULL OR material_type <> '废品')
AND (material_type IS NULL OR material_type != '废品')
GROUP BY item_id
</select>
@@ -62,7 +62,7 @@
AND status = 0
AND data_type = 0
AND item_type = 'raw_material'
AND (material_type IS NULL OR material_type <> '废品')
AND (material_type IS NULL OR material_type != '废品')
GROUP BY item_id
</select>