remove isuse

This commit is contained in:
kittapath 2025-01-08 18:50:05 +07:00
parent 578ea2bbe7
commit 7f037eb975

View file

@ -5896,7 +5896,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, isActive: true, profileEducations: { isUse: true } },
where: { citizenId: id, isActive: true },
relations: [
"posLevel",
"posType",