fix
This commit is contained in:
parent
6e5f20ed18
commit
055173a038
4 changed files with 57 additions and 3 deletions
|
|
@ -3150,6 +3150,7 @@ export class ProfileController extends Controller {
|
|||
case "citizenId":
|
||||
[findProfile, total] = await this.profileRepo.findAndCount({
|
||||
where: {
|
||||
keycloak: IsNull(),
|
||||
citizenId: Like(`%${body.keyword}%`),
|
||||
},
|
||||
relations: ["posType", "posLevel", "current_holders", "profileSalary"],
|
||||
|
|
@ -3289,6 +3290,6 @@ export class ProfileController extends Controller {
|
|||
}),
|
||||
);
|
||||
|
||||
return new HttpSuccess({data: mapDataProfile , total});
|
||||
return new HttpSuccess({ data: mapDataProfile, total });
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue