hutongqing
2024-09-30 4383bfcc87a7726f39391eb78d830aca160d8efd
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();