From aaa6b57789b26077a6cc351f2195e2a8187ffa6a Mon Sep 17 00:00:00 2001 From: 18942506660 <18942506660@A18942506660> Date: Wed, 30 Oct 2024 11:02:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/WMS.Web.Domain/Services/Public/ErpInventoryService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/WMS.Web.Domain/Services/Public/ErpInventoryService.cs b/src/WMS.Web.Domain/Services/Public/ErpInventoryService.cs index 70e10103..50ba3a60 100644 --- a/src/WMS.Web.Domain/Services/Public/ErpInventoryService.cs +++ b/src/WMS.Web.Domain/Services/Public/ErpInventoryService.cs @@ -63,7 +63,7 @@ namespace WMS.Web.Domain.Services.Public Parameters.Add(model); httpClient.Content = JsonConvert.SerializeObject(Parameters); - _logger.LogInformation($"1.开始进行连接"); + _logger.LogInformation($"1.开始进行连接 {stockCodes}"); string content = httpClient.AsyncRequest(); _logger.LogInformation($"金蝶返回数据{content}"); JObject resData = JObject.Parse(content);