wangxinhui
2026-02-27 804051e9e3013a3ad6b3e47757050e32893cf4fb
代码管理/WCS/WCSServers/WIDESEAWCS_Server/Controllers/BasicInfo/RouterController.cs
@@ -90,12 +90,9 @@
                #region 鑾峰彇璁惧缂栧彿
                object deviceCodes = _deviceProtocolRepository.QueryData(x => true).GroupBy(x => x.DeviceChildCode).Select(x => new { key = x.Key, value = x.Key }).ToList();
                object areaInfos = Enum.GetNames(typeof(AreaInfo)).Select(x => new { key = x, value = x }).ToList();
                #endregion
                return WebResponseContent.Instance.OK(data: new { routerTypes, deviceCodes, areaInfos });
                return WebResponseContent.Instance.OK(data: new { routerTypes, deviceCodes});
            }
            catch (Exception ex)
            {