This commit is contained in:
parent
e7b1bb13bb
commit
ecb3cb1d2a
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({
|
||||
where: {
|
||||
profileId: id,
|
||||
commandCode: In(["16"]),
|
||||
commandCode: In(["12", "15", "16"]),
|
||||
},
|
||||
order: { order: "desc" },
|
||||
});
|
||||
|
|
|
|||
|
|
@ -1826,7 +1826,7 @@ export class ProfileEmployeeController extends Controller {
|
|||
const retire_raw = await this.salaryRepo.findOne({
|
||||
where: {
|
||||
profileEmployeeId: id,
|
||||
commandCode: In(["16"]),
|
||||
commandCode: In(["12", "15", "16"]),
|
||||
},
|
||||
order: { order: "desc" },
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue