fix issue #915 ผู้ผ่านการบรรจุไม่แสดงในสถานะ "ทดลองปฏิบัติหน้าที่ราชการ"

This commit is contained in:
Bright 2025-01-24 16:55:09 +07:00
parent ce504c6088
commit 6e63455fa2

View file

@ -3993,6 +3993,7 @@ export class CommandController extends Controller {
profile.dateStart = item.bodyProfile.dateStart;
profile.amount = item.bodyProfile.amount ?? null;
profile.amountSpecial = item.bodyProfile.amountSpecial ?? null;
profile.isProbation = item.bodyProfile.isProbation;
await this.profileRepository.save(profile);
setLogDataDiff(req, { before, after: profile });
}