From 06eecedce230f0729d5117552e10177dff5ce6f7 Mon Sep 17 00:00:00 2001 From: zhoukeda <1315948824@qq.com> Date: Thu, 23 Nov 2023 16:40:00 +0800 Subject: [PATCH] 1 --- ProductionMgr/Tnb.ProductionMgr/PrdMaterialReceiptService.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ProductionMgr/Tnb.ProductionMgr/PrdMaterialReceiptService.cs b/ProductionMgr/Tnb.ProductionMgr/PrdMaterialReceiptService.cs index e8e31547..ec0aef19 100644 --- a/ProductionMgr/Tnb.ProductionMgr/PrdMaterialReceiptService.cs +++ b/ProductionMgr/Tnb.ProductionMgr/PrdMaterialReceiptService.cs @@ -95,7 +95,7 @@ namespace Tnb.ProductionMgr // barcode = c.barcode, // code_batch = c.code_batch, code_batch = c.batch, - codeqty = c.num, + codeqty = c.num - SqlFunc.IsNull(c.feeding_num,0), material_id = c.material_id, material_code = d.code, material_name = d.name @@ -120,7 +120,7 @@ namespace Tnb.ProductionMgr // barcode = c.barcode, // code_batch = c.code_batch, code_batch = c.batch, - codeqty = c.num, + codeqty = c.num - SqlFunc.IsNull(c.feeding_num,0), material_id = c.material_id, material_code = d.code, material_name = d.name