no message

This commit is contained in:
kittapath 2025-02-18 23:02:38 +07:00
parent 28bfc04d64
commit 539f433bd7
4 changed files with 242 additions and 66 deletions

View file

@ -2565,6 +2565,7 @@ export class ProfileEmployeeTempController extends Controller {
.leftJoinAndSelect("current_holders.orgChild2", "orgChild2")
.leftJoinAndSelect("current_holders.orgChild3", "orgChild3")
.leftJoinAndSelect("current_holders.orgChild4", "orgChild4")
.andWhere("profile.isLeave = false")
.where("CONCAT(profile.prefix, profile.firstName, ' ', profile.lastName) LIKE :keyword", {
keyword: `%${body.keyword}%`,
})