Code Management/WCS/WIDESEA_WCSServer/WIDESEAWCS_Server/Controllers/System/Sys_DictionaryController.cs
@@ -104,10 +104,8 @@ } catch (Exception ex) { // 建议记录日志,而不是空catch // _logger.LogError(ex, "获取VueDictionary失败"); } return Json(vueDictionaryDTOs); return Json(vueDictionaryDTOs.GroupBy(x => x.DicNo).Select(g => g.First()).ToList()); } private VueDictionaryDTO? GetVueDictionary(string key)