Merge branch 'develop' of github.com:Frappet/hrms-api-org into develop

This commit is contained in:
mamoss 2025-04-03 16:40:28 +07:00
commit 25edb18feb
2 changed files with 4 additions and 0 deletions

View file

@ -3575,6 +3575,7 @@ export class CommandController extends Controller {
lastUpdateFullName: req.user.name,
createdAt: new Date(),
lastUpdatedAt: new Date(),
status: "DONE"
};
Object.assign(dataAssis, metaAssis);