This commit is contained in:
AdisakKanthawilang 2025-03-25 15:12:20 +07:00
parent 5d0b2f13bb
commit 70af866b0c
3 changed files with 5 additions and 1 deletions

View file

@ -1114,6 +1114,7 @@ export class ProfileSalaryTempController extends Controller {
} else if (profileEmployee) {
history.profileEmployeeId = profileId;
}
history.returnedDate = new Date();
history.examinerName = req.user.name;
history.createdFullName = req.user.name;
history.lastUpdateFullName = req.user.name;