hutongqing
2024-10-10 03ae5d9a6570586f2f30362d7fa3da3bbf25c3b3
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();