Browse Source

其他领物料添加前置条件

master
mahao 2 years ago
parent
commit
8f2cb4ab78
  1. 2
      src/WmsWebApi.Application/OtherZll/OtherZllService.cs

2
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<string> ernamFilters = _otherZllConfigOptions.ErnamFilters;
if (ernamFilters != null && ernamFilters.Count > 0)
{
_dtoList = _dtoList.FindAll(e => !ernamFilters.Contains(e.ERNAM));

Loading…
Cancel
Save