fix
This commit is contained in:
parent
5d0b2f13bb
commit
70af866b0c
3 changed files with 5 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue