no message

This commit is contained in:
kittapath 2025-01-21 12:38:27 +07:00
parent 8f7dfc96af
commit c34224c315
2 changed files with 2 additions and 2 deletions

View file

@ -3191,7 +3191,7 @@ export class ProfileEmployeeController extends Controller {
.orWhere(conditionFullName, {
keyword: `%${body.keyword}%`,
})
.where("profileEmployee.isLeave = false")
.andWhere("profileEmployee.isLeave = false")
.orderBy("profileEmployee.citizenId", "ASC")
.skip((body.page - 1) * body.pageSize)
.take(body.pageSize)