WIDESEAWCS_Server/WIDESEAWCS_Server/Controllers/System/Sys_DictionaryController.cs
@@ -43,8 +43,6 @@ string str = AppSettings.Configuration["dics"]; if (!string.IsNullOrEmpty(str)) { string st = vueDictionaryDTOs[0].Data.Serialize(); List<string> cusDics = new List<string>(); List<string> dics = str.Split(",").ToList();