Browse Source

排序修改

bjmzak
wxd 2 years ago
parent
commit
90e04b5847
  1. 2
      src/Shentun.Peis.Application/CommonChars/CommonCharAppService.cs

2
src/Shentun.Peis.Application/CommonChars/CommonCharAppService.cs

@ -104,7 +104,7 @@ namespace Shentun.Peis.CommonChars
CommonCharTypeName = s.CommonCharType.DisplayName,
CreatorName = _cacheService.GetUserNameAsync(s.CreatorId).Result,
LastModifierName = _cacheService.GetUserNameAsync(s.LastModifierId).Result
}).ToList();
}).OrderBy(o => o.DisplayOrder).ToList();
return entListDto;

Loading…
Cancel
Save