no message
This commit is contained in:
parent
d44de0bb09
commit
91ba933a65
3 changed files with 5 additions and 5 deletions
|
|
@ -5829,7 +5829,7 @@ export class ProfileController extends Controller {
|
|||
@Get("citizenid/position/{id}")
|
||||
async getProfileByCitizenId(@Request() request: RequestWithUser, @Path() id: string) {
|
||||
const profile = await this.profileRepo.findOne({
|
||||
where: { citizenId: id },
|
||||
where: { citizenId: id, isActive: true },
|
||||
relations: [
|
||||
"posLevel",
|
||||
"posType",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue