fix issue #915 ผู้ผ่านการบรรจุไม่แสดงในสถานะ "ทดลองปฏิบัติหน้าที่ราชการ"
This commit is contained in:
parent
ce504c6088
commit
6e63455fa2
1 changed files with 1 additions and 0 deletions
|
|
@ -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 });
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue