From f16c20d8eee901019f6b2ee3971c04f9e0fc837e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=B1=E6=96=8C?= <1324361213@qq.com> Date: Tue, 5 Aug 2025 09:06:37 +0800 Subject: [PATCH] 0 --- GZ_LTHPilot_ORDER.csproj | 3 ++- ScheduleService/SaleOrderReceiveAmount.cs | 5 ++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/GZ_LTHPilot_ORDER.csproj b/GZ_LTHPilot_ORDER.csproj index 59ccb0c..17f42e3 100644 --- a/GZ_LTHPilot_ORDER.csproj +++ b/GZ_LTHPilot_ORDER.csproj @@ -440,6 +440,7 @@ - copy $(TargetPath) "D:\kingdee\K3Cloud\WebSite\Bin\$(TargetFileName)" + + \ No newline at end of file diff --git a/ScheduleService/SaleOrderReceiveAmount.cs b/ScheduleService/SaleOrderReceiveAmount.cs index 3a8413d..3ffe598 100644 --- a/ScheduleService/SaleOrderReceiveAmount.cs +++ b/ScheduleService/SaleOrderReceiveAmount.cs @@ -35,7 +35,10 @@ namespace GZ_LTHPilot_ORDER.ScheduleService { // 获取组织Id var orgId = item["FORGID"].ToString(); - + if (orgId == "100302") + { + continue; + } // 循环查询销售订单执行明细表,每次查询一个月的数据, 将数据插入自定义临时表中 var startDate = planStartDate.AddDays(-advanceAays); var endDate = startDate.AddMonths(1);