diff --git a/src/controllers/CommandController.ts b/src/controllers/CommandController.ts index 2c18fd52..7cce510c 100644 --- a/src/controllers/CommandController.ts +++ b/src/controllers/CommandController.ts @@ -1692,6 +1692,7 @@ export class CommandController extends Controller { _position.lastUpdatedAt = _Date; await this.positionRepository.save(_position); } + _posMaster.isSit = false; _posMaster.current_holderId = null; _posMaster.lastUpdateFullName = "System Administrator"; _posMaster.lastUpdatedAt = _Date; @@ -1718,6 +1719,7 @@ export class CommandController extends Controller { _position.lastUpdatedAt = _Date; await this.employeePositionRepository.save(_position); } + _posMaster.isSit = false; _posMaster.current_holderId = null; _posMaster.lastUpdateFullName = "System Administrator"; _posMaster.lastUpdatedAt = _Date;