add profile id
This commit is contained in:
parent
549f86cf42
commit
d93f0ea536
1 changed files with 1 additions and 1 deletions
|
|
@ -101,7 +101,7 @@ export class AppointController extends Controller {
|
|||
await new permission().PermissionGet(request, "SYS_PROBATION");
|
||||
|
||||
const appoint = await this.appointRepository.findOne({
|
||||
select: ["id", "topic", "status"],
|
||||
select: ["id", "topic", "status", "profileId"],
|
||||
where: { id },
|
||||
relations: ["directors"],
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue