This commit is contained in:
Bright 2025-03-07 18:09:29 +07:00
parent 09eab4d6a1
commit 2b0865ea9f
4 changed files with 146 additions and 22 deletions

View file

@ -4498,6 +4498,7 @@ export class CommandController extends Controller {
profile.leaveRemark = _null;
profile.leaveDate = _null;
profile.leaveType = _null;
profile.leaveReason = _null;
profile.lastUpdateUserId = req.user.sub;
profile.lastUpdateFullName = req.user.name;
profile.lastUpdatedAt = new Date();