no message

This commit is contained in:
harid 2026-03-24 17:47:45 +07:00
parent e7b1bb13bb
commit 36f2b8e293
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({ 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" },
}); });

View file

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