1
dengjunjie
5 天以前 fbc6fae6c793220d0b67ac603ce9bbf22837de79
项目代码/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/Controllers/System/Sys_DictionaryController.cs
@@ -22,7 +22,7 @@
//using WIDESEAWCS_Core.Enums;
using WIDESEAWCS_Core.Caches;
namespace WIDESEAWCS_WCSServer.Controllers.System
namespace WIDESEAWCS_Server.Controllers.System
{
    [Route("api/Sys_Dictionary")]
    [ApiController]
@@ -97,7 +97,7 @@
            return Json(vueDictionaryDTOs);
        }
        private VueDictionaryDTO? GetVueDictionary(string key)
        public static VueDictionaryDTO? GetVueDictionary(string key)
        {
            VueDictionaryDTO? result = null;
            try