管理员领取用户

This commit is contained in:
“wanyongkang”
2023-08-11 15:11:13 +08:00
parent 4e27ed41ec
commit 9400508941
6 changed files with 18 additions and 14 deletions

View File

@@ -190,6 +190,7 @@ namespace Hncore.Pass.BaseInfo.Service
{"LoginName", manage.LoginCode},
{"RoleName", ""},
{"OperaterID", manage.Id},
{"RealName", manage.RealName},
{"TenantId", manage.TenantId}
};

View File

@@ -211,7 +211,7 @@ namespace Hncore.Pass.BaseInfo.Service
entity = await this.Add(entity);
await RandomAssignManager(entity.Id);
// await RandomAssignManager(entity.Id);
return new ApiResult(entity);
}