remove isuse
This commit is contained in:
parent
578ea2bbe7
commit
7f037eb975
1 changed files with 1 additions and 1 deletions
|
|
@ -5896,7 +5896,7 @@ export class ProfileController extends Controller {
|
||||||
@Get("citizenid/position/{id}")
|
@Get("citizenid/position/{id}")
|
||||||
async getProfileByCitizenId(@Request() request: RequestWithUser, @Path() id: string) {
|
async getProfileByCitizenId(@Request() request: RequestWithUser, @Path() id: string) {
|
||||||
const profile = await this.profileRepo.findOne({
|
const profile = await this.profileRepo.findOne({
|
||||||
where: { citizenId: id, isActive: true, profileEducations: { isUse: true } },
|
where: { citizenId: id, isActive: true },
|
||||||
relations: [
|
relations: [
|
||||||
"posLevel",
|
"posLevel",
|
||||||
"posType",
|
"posType",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue