|
|
|
@ -60,7 +60,7 @@ namespace Shentun.Peis.CustomerOrgTypes |
|
|
|
{ |
|
|
|
var entityDto = await base.GetAsync(id); |
|
|
|
entityDto.CreatorName = await _cacheService.GetUserNameAsync(entityDto.CreatorId); |
|
|
|
entityDto.LastModifierName = await _cacheService.GetUserNameAsync(entityDto.CreatorId); |
|
|
|
entityDto.LastModifierName = await _cacheService.GetUserNameAsync(entityDto.LastModifierId); |
|
|
|
return entityDto; |
|
|
|
|
|
|
|
} |
|
|
|
|