no message
This commit is contained in:
parent
e7b1bb13bb
commit
36f2b8e293
2 changed files with 2 additions and 2 deletions
|
|
@ -1623,7 +1623,7 @@ export class ProfileController extends Controller {
|
||||||
const retire_raw = await this.salaryRepo.findOne({
|
const retire_raw = await this.salaryRepo.findOne({
|
||||||
where: {
|
where: {
|
||||||
profileId: id,
|
profileId: id,
|
||||||
commandCode: In(["16"]),
|
commandCode: In(["12", "15", "16"]),
|
||||||
},
|
},
|
||||||
order: { order: "desc" },
|
order: { order: "desc" },
|
||||||
});
|
});
|
||||||
|
|
|
||||||
|
|
@ -1826,7 +1826,7 @@ export class ProfileEmployeeController extends Controller {
|
||||||
const retire_raw = await this.salaryRepo.findOne({
|
const retire_raw = await this.salaryRepo.findOne({
|
||||||
where: {
|
where: {
|
||||||
profileEmployeeId: id,
|
profileEmployeeId: id,
|
||||||
commandCode: In(["16"]),
|
commandCode: In(["12", "15", "16"]),
|
||||||
},
|
},
|
||||||
order: { order: "desc" },
|
order: { order: "desc" },
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue