From a943323a5f82d8ea1b93482e2edbf4aed3dc2883 Mon Sep 17 00:00:00 2001 From: tongfei <244188119@qq.com> Date: Wed, 8 Nov 2023 10:51:12 +0800 Subject: [PATCH] erp --- src/WMS.Web.Domain/Services/Public/ErpService.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/WMS.Web.Domain/Services/Public/ErpService.cs b/src/WMS.Web.Domain/Services/Public/ErpService.cs index f1f820ab..8f7242ea 100644 --- a/src/WMS.Web.Domain/Services/Public/ErpService.cs +++ b/src/WMS.Web.Domain/Services/Public/ErpService.cs @@ -193,6 +193,7 @@ namespace WMS.Web.Domain.Services.Public var param = new ErpBillQueryParamDto(FormIdParam.BD_MATERIAL.ToString()); param.FieldKeys = "FMATERIALID,FName,FNumber,FSpecification,FForbidStatus,FUseOrgId"; param.Limit = 10000; + //查询条件:备注其中的条件值以金蝶的值为准!!! //1.审核状态:已审核 //2.禁用状态:A否,B是