From 8a5e5467b3554a211d46041ce2734941b2c0e711 Mon Sep 17 00:00:00 2001 From: 86156 <823267011@qq.com> Date: Tue, 18 Nov 2025 16:53:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E5=9F=BA=E7=A1=80=E9=87=87?= =?UTF-8?q?=E8=B4=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/mapper/erp/PurchaseRequirementCalcMapper.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/klp-erp/src/main/resources/mapper/erp/PurchaseRequirementCalcMapper.xml b/klp-erp/src/main/resources/mapper/erp/PurchaseRequirementCalcMapper.xml index dedbcf95..cf5e714b 100644 --- a/klp-erp/src/main/resources/mapper/erp/PurchaseRequirementCalcMapper.xml +++ b/klp-erp/src/main/resources/mapper/erp/PurchaseRequirementCalcMapper.xml @@ -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 @@ -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