From 8f7e3d31602152937d139f21547f5606ea4cc28e Mon Sep 17 00:00:00 2001 From: 18923810322 <1666941798@qq.com> Date: Mon, 30 Jun 2025 16:33:20 +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/ErpService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/WMS.Web.Domain/Services/Public/ErpService.cs b/src/WMS.Web.Domain/Services/Public/ErpService.cs index 4319eb81..9ee716b0 100644 --- a/src/WMS.Web.Domain/Services/Public/ErpService.cs +++ b/src/WMS.Web.Domain/Services/Public/ErpService.cs @@ -1491,7 +1491,7 @@ namespace WMS.Web.Domain.Services.Public //备注:因为组织数据不是很多,就不能和获取物料一样循环获取;组织这里就获取10000条数据就行了 var beginTime = DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss.fff"); - _logger.LogInformation($"组织拉取-开始时间yzh20250624:{beginTime}"); + _logger.LogInformation($"组织拉取-开始时间yzh20250630:{beginTime}"); //4.参数json化 query.Data = JsonConvert.SerializeObject(param); var json = JsonConvert.SerializeObject(query);