Browse Source

单位排序

master
wxd 1 year ago
parent
commit
552aa638ae
  1. 2
      src/Shentun.Peis.Application/CustomerOrgs/CustomerOrgAppService.cs

2
src/Shentun.Peis.Application/CustomerOrgs/CustomerOrgAppService.cs

@ -293,7 +293,7 @@ namespace Shentun.Peis.CustomerOrgs
CustomerOrgCode = s.CustomerOrgCode,
ParentId = s.ParentId,
DisplayName = s.DisplayName,
DisplayOrder = s.DisplayOrder,
DisplayOrder = s.Id == GuidFlag.PersonCustomerOrgId ? 99999 : s.DisplayOrder,
Id = s.Id,
ShortName = s.ShortName,
SimpleCode = s.SimpleCode,

Loading…
Cancel
Save