| | |
| | | using WIDESEAWCS_Core.Enums; |
| | | using WIDESEAWCS_Core.Caches; |
| | | using WIDESEAWCS_QuartzJob.DeviceEnum; |
| | | using OfficeOpenXml.FormulaParsing.Excel.Functions.Information; |
| | | |
| | | namespace WIDESEAWCS_WCSServer.Controllers.System |
| | | { |
| | |
| | | List<string> cacheDicNos = new List<string>(); |
| | | foreach (string n in dicNos) |
| | | { |
| | | if(vueDictionaryDTOs.Where(x => x.DicNo == n).Count() > 0) |
| | | { |
| | | continue; |
| | | } |
| | | string str = _cacheService.Get(n); |
| | | if (!string.IsNullOrEmpty(str)) |
| | | { |
| | |
| | | |
| | | foreach (var item in cusDics) |
| | | { |
| | | if (vueDictionaryDTOs.Where(x => x.DicNo == item).Count() > 0) |
| | | { |
| | | continue; |
| | | } |
| | | VueDictionaryDTO vueDictionaryDTO = GetVueDictionary(item.Trim()); |
| | | if (vueDictionaryDTO != null) |
| | | { |