update field isHigh & order educ.level
This commit is contained in:
parent
cfb5038357
commit
848b574713
6 changed files with 285 additions and 3 deletions
|
|
@ -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 = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue