no message
This commit is contained in:
parent
5b818556ca
commit
1aab6c82b9
3 changed files with 11 additions and 8 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue