From 8f2cb4ab78d255f05500b28d1b047e69ad46f264 Mon Sep 17 00:00:00 2001 From: mahao Date: Wed, 12 Apr 2023 09:55:17 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=B6=E4=BB=96=E9=A2=86=E7=89=A9=E6=96=99?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=89=8D=E7=BD=AE=E6=9D=A1=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/WmsWebApi.Application/OtherZll/OtherZllService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/WmsWebApi.Application/OtherZll/OtherZllService.cs b/src/WmsWebApi.Application/OtherZll/OtherZllService.cs index 5c90cd7..ff75727 100644 --- a/src/WmsWebApi.Application/OtherZll/OtherZllService.cs +++ b/src/WmsWebApi.Application/OtherZll/OtherZllService.cs @@ -103,7 +103,7 @@ public class OtherZllService : ApplicationService, IOtherZllService if (_dtoList != null && _dtoList.Count() > 0) { //根据配置文件过滤ERNAM - var ernamFilters = _otherZllConfigOptions.ErnamFilters; + List ernamFilters = _otherZllConfigOptions.ErnamFilters; if (ernamFilters != null && ernamFilters.Count > 0) { _dtoList = _dtoList.FindAll(e => !ernamFilters.Contains(e.ERNAM));