From 43d6647bb077ebb4394084d6e099e2ab3c217380 Mon Sep 17 00:00:00 2001 From: zhou keda <1315948824@qq.com> Date: Tue, 25 Jun 2024 09:28:21 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=A9=E6=96=99=E7=AD=BE=E6=94=B6=E5=8A=A0?= =?UTF-8?q?=E4=B8=AA=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ProductionMgr/Tnb.ProductionMgr/PrdMaterialReceiptService.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/ProductionMgr/Tnb.ProductionMgr/PrdMaterialReceiptService.cs b/ProductionMgr/Tnb.ProductionMgr/PrdMaterialReceiptService.cs index 934626f2..44923d5a 100644 --- a/ProductionMgr/Tnb.ProductionMgr/PrdMaterialReceiptService.cs +++ b/ProductionMgr/Tnb.ProductionMgr/PrdMaterialReceiptService.cs @@ -382,6 +382,7 @@ namespace Tnb.ProductionMgr public override async Task ModifyAsync(WareHouseUpInput input) { + Log.Information($"物料呼叫完成回更参数:{JsonConvert.SerializeObject(input)}"); if (input == null) { throw new ArgumentNullException(nameof(input));