From c0979b213b19a578e511adc56694c9f4e2e7cecf Mon Sep 17 00:00:00 2001 From: tongfei <244188119@qq.com> Date: Sat, 2 Mar 2024 18:01:33 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=A9=E6=96=99=E8=8E=B7=E5=8F=96-=E5=8F=AA?= =?UTF-8?q?=E8=8E=B7=E5=8F=96=E5=85=83=E5=88=9B=E7=9A=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/WMS.Web.Domain/Services/Public/ErpService.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/WMS.Web.Domain/Services/Public/ErpService.cs b/src/WMS.Web.Domain/Services/Public/ErpService.cs index 2ed7dcbc..d3c9faac 100644 --- a/src/WMS.Web.Domain/Services/Public/ErpService.cs +++ b/src/WMS.Web.Domain/Services/Public/ErpService.cs @@ -876,7 +876,8 @@ namespace WMS.Web.Domain.Services.Public //1.审核状态:已审核 //2.禁用状态:A否,B是 //3.使用组织:只查询“深圳市元创时代科技有限公司”这个组织;组织ID=100008--固定值查询(测试端和正式是一样的) - param.FilterString = "FDocumentStatus='C' and FForbidStatus='A' and (FUseOrgId=19162897 or FUseOrgId=100008)"; + //param.FilterString = "FDocumentStatus='C' and FForbidStatus='A' and (FUseOrgId=19162897 or FUseOrgId=100008)"; + param.FilterString = "FDocumentStatus='C' and FForbidStatus='A' and FUseOrgId=100008"; param.OrderString = "FCreateDate ASC"; //4.循环拿金蝶数据