From 8631ed5e6bae4bd302e5416f6aba135284a89d86 Mon Sep 17 00:00:00 2001 From: tongfei <244188119@qq.com> Date: Sat, 2 Mar 2024 11:47:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8B=89=E5=8F=96=E7=89=A9=E6=96=99=E5=A4=9A?= =?UTF-8?q?=E6=8B=89=E4=B8=80=E4=B8=AA=E7=BB=84=E7=BB=87?= 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 966d46d7..2ed7dcbc 100644 --- a/src/WMS.Web.Domain/Services/Public/ErpService.cs +++ b/src/WMS.Web.Domain/Services/Public/ErpService.cs @@ -876,7 +876,7 @@ namespace WMS.Web.Domain.Services.Public //1.审核状态:已审核 //2.禁用状态:A否,B是 //3.使用组织:只查询“深圳市元创时代科技有限公司”这个组织;组织ID=100008--固定值查询(测试端和正式是一样的) - param.FilterString = "FDocumentStatus='C' and FForbidStatus='A' and FUseOrgId=100008"; + param.FilterString = "FDocumentStatus='C' and FForbidStatus='A' and (FUseOrgId=19162897 or FUseOrgId=100008)"; param.OrderString = "FCreateDate ASC"; //4.循环拿金蝶数据