From 1a50a62b7a30ede3335daf59982ab612b07fec8f Mon Sep 17 00:00:00 2001 From: harid Date: Tue, 14 Oct 2025 09:13:44 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=80=E0=B8=9E=E0=B8=B4=E0=B9=88=E0=B8=A1?= =?UTF-8?q?=E0=B9=80=E0=B8=84=E0=B8=A5=E0=B8=B5=E0=B8=A2=20isSit=20?= =?UTF-8?q?=E0=B9=80=E0=B8=9B=E0=B9=87=E0=B8=99=200=20#193?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/controllers/CommandController.ts | 2 ++ 1 file changed, 2 insertions(+) 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;