Browse Source

单位分组修改时、名称

bjmzak
wxd 2 years ago
parent
commit
b883a5d8fb
  1. 2
      src/Shentun.Peis.Domain/CustomerOrgGroups/CustomerOrgGroupManager.cs

2
src/Shentun.Peis.Domain/CustomerOrgGroups/CustomerOrgGroupManager.cs

@ -121,7 +121,7 @@ namespace Shentun.Peis.CustomerOrgGroups
throw new UserFriendlyException($"不允许有同名的分组名称");
}
targetEntity.DisplayName = sourceEntity.DisplayName;
targetEntity.AgeLowerLimit = sourceEntity.AgeLowerLimit;
targetEntity.AgeUpperLimit = sourceEntity.AgeUpperLimit;
// targetEntity.CustomerOrgRegisterId = sourceEntity.CustomerOrgRegisterId;

Loading…
Cancel
Save