This commit is contained in:
AdisakKanthawilang 2024-12-19 20:01:31 +07:00
parent 9e4f18a1d6
commit d5d65db580
2 changed files with 19 additions and 0 deletions

View file

@ -864,6 +864,7 @@ export class ProfileEmployeeTempController extends Controller {
}
Object.assign(record, body);
record.prefixMain = record.prefix;
record.createdUserId = request.user.sub;
record.createdFullName = request.user.name;
record.createdAt = new Date();