From 05cedd24574eff888ea6ae6604aaac994cce0011 Mon Sep 17 00:00:00 2001 From: 18923810322 <1666941798@qq.com> Date: Fri, 6 Jun 2025 15:12:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=81=9C=E6=8E=89=E7=94=9F=E4=BA=A7=E5=85=A5?= =?UTF-8?q?=E5=BA=93=E6=8B=89=E5=8F=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/WMS.Web.Domain/Services/InStockTaskService.cs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/WMS.Web.Domain/Services/InStockTaskService.cs b/src/WMS.Web.Domain/Services/InStockTaskService.cs index bfec6de0..d7c09519 100644 --- a/src/WMS.Web.Domain/Services/InStockTaskService.cs +++ b/src/WMS.Web.Domain/Services/InStockTaskService.cs @@ -257,12 +257,12 @@ namespace WMS.Web.Domain.Services { if (billNos == null || billNos.Count == 0) { - var beginTime = DateTime.Now.AddHours(-262);//默认拉去8小时以内的数据,ALTER BY YZH + var beginTime = DateTime.Now.AddHours(-20);//默认拉去8小时以内的数据,ALTER BY YZH - //6.同步数据:生产入库单 - var ProduceSotck_result = await this.SsynProduceSotck(null, isTransaction, beginTime); - if (!ProduceSotck_result.IsSuccess) - return Result.ReFailure(ProduceSotck_result.Message, ProduceSotck_result.Status); + ////6.同步数据:生产入库单 + //var ProduceSotck_result = await this.SsynProduceSotck(null, isTransaction, beginTime); + //if (!ProduceSotck_result.IsSuccess) + // return Result.ReFailure(ProduceSotck_result.Message, ProduceSotck_result.Status);