wangxinhui
6 天以前 5368df4e3ab0f1ca849b550a9fcbd0338e7f859d
项目代码/WCSServices/WIDESEAWCS_BasicInfoService/LocationInfoService.cs
@@ -116,8 +116,8 @@
                Dictionary<string, OrderByType> orderBy = new Dictionary<string, OrderByType>()
                {
                    { nameof(Dt_LocationInfo.Row),OrderByType.Asc },
                    { nameof(Dt_LocationInfo.Layer),OrderByType.Asc },
                    { nameof(Dt_LocationInfo.Row),OrderByType.Asc },
                    { nameof(Dt_LocationInfo.Columns),OrderByType.Desc },
                };