เพิ่มเคลีย isSit เป็น 0 #193

This commit is contained in:
harid 2025-10-14 09:13:44 +07:00
parent bfea0438f8
commit 1a50a62b7a

View file

@ -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;