update date sort
This commit is contained in:
parent
c1e7ee2542
commit
79712aa7bf
4 changed files with 4 additions and 4 deletions
|
|
@ -304,7 +304,7 @@ export class InsigniaController extends Controller {
|
|||
}
|
||||
|
||||
const insignia = await this.insigniaRepository.find({
|
||||
select: ["id", "level", "insigniaTypeId"],
|
||||
// select: ["id", "level", "insigniaTypeId"],
|
||||
where: { insigniaTypeId: insigniaTypeId },
|
||||
});
|
||||
|
||||
|
|
|
|||
|
|
@ -260,7 +260,7 @@ export class ProfileEducationsController extends Controller {
|
|||
}
|
||||
|
||||
const education = await this.profileEducationRepo.find({
|
||||
select: ["id", "level", "profileId", "isUse"],
|
||||
// select: ["id", "level", "profileId", "isUse"],
|
||||
where: { profileId: profileId },
|
||||
});
|
||||
|
||||
|
|
|
|||
|
|
@ -278,7 +278,7 @@ export class ProfileEducationsEmployeeController extends Controller {
|
|||
}
|
||||
|
||||
const education = await this.profileEducationRepo.find({
|
||||
select: ["id", "level", "profileEmployeeId"],
|
||||
// select: ["id", "level", "profileEmployeeId"],
|
||||
where: { profileEmployeeId: profileId },
|
||||
});
|
||||
|
||||
|
|
|
|||
|
|
@ -261,7 +261,7 @@ export class ProfileEducationsEmployeeTempController extends Controller {
|
|||
}
|
||||
|
||||
const education = await this.profileEducationRepo.find({
|
||||
select: ["id", "level", "profileEmployeeId"],
|
||||
// select: ["id", "level", "profileEmployeeId"],
|
||||
where: { profileEmployeeId: profileId },
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue