fix
All checks were successful
Build & Deploy on Dev / build (push) Successful in 1m11s

This commit is contained in:
Adisak 2026-02-13 16:56:56 +07:00
parent 7029b18a97
commit 0a3deb4293

View file

@ -6899,7 +6899,7 @@ export class CommandController extends Controller {
profile.posLevelId = positionNew.posLevelId; profile.posLevelId = positionNew.posLevelId;
profile.posTypeId = positionNew.posTypeId; profile.posTypeId = positionNew.posTypeId;
profile.position = positionNew.positionName; profile.position = positionNew.positionName;
profile.dateStart = new Date(); // profile.dateStart = new Date();
await this.profileRepository.save(profile, { data: req }); await this.profileRepository.save(profile, { data: req });
setLogDataDiff(req, { before, after: profile }); setLogDataDiff(req, { before, after: profile });
await this.positionRepository.save(positionNew, { data: req }); await this.positionRepository.save(positionNew, { data: req });