no message
All checks were successful
Build & Deploy on Dev / build (push) Successful in 1m16s

This commit is contained in:
harid 2026-03-24 17:47:45 +07:00
parent e7b1bb13bb
commit ecb3cb1d2a
2 changed files with 2 additions and 2 deletions

View file

@ -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" },
});

View file

@ -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" },
});