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));