|
|
|
@ -298,7 +298,7 @@ namespace Shentun.Peis.CustomerOrgs |
|
|
|
ShortName = s.ShortName, |
|
|
|
SimpleCode = s.SimpleCode, |
|
|
|
IsChild = parentIds.Any() && parentIds.Contains(s.Id) ? 'Y' : 'N', |
|
|
|
}).OrderBy(o => o.DisplayOrder).ToList(); |
|
|
|
}).OrderByDescending(o => o.DisplayOrder).ToList(); |
|
|
|
|
|
|
|
return entListDto; |
|
|
|
} |
|
|
|
|