update field isHigh & order educ.level

This commit is contained in:
Bright 2025-03-11 10:36:59 +07:00
parent cfb5038357
commit 848b574713
6 changed files with 285 additions and 3 deletions

View file

@ -589,7 +589,6 @@ export class ReportController extends Controller {
.orderBy(`registryEmployee.${sortBy}`, sort)
.getManyAndCount();
const mapData = [];
for await (const x of lists) {
let _educations:any = []