no message

This commit is contained in:
Kittapath 2024-04-26 17:37:21 +07:00
parent 5b818556ca
commit 1aab6c82b9
3 changed files with 11 additions and 8 deletions

View file

@ -219,8 +219,6 @@ export class SalaryEmployeeController extends Controller {
) {
const [salaryEmployee, total] = await AppDataSource.getRepository(SalaryEmployee)
.createQueryBuilder("salaryEmployee")
.leftJoinAndSelect("salaryEmployee.posType", "posType")
.leftJoinAndSelect("salaryEmployee.posLevel", "posLevel")
.andWhere(
new Brackets((qb) => {
qb.orWhere("salaryEmployee.name LIKE :keyword", { keyword: `%${keyword}%` }).orWhere(