From b86e623d16e2f6236d2c451d4a56a0c5b3a81f04 Mon Sep 17 00:00:00 2001 From: AdisakKanthawilang Date: Fri, 15 Mar 2024 14:23:26 +0700 Subject: [PATCH] fix --- src/controllers/EmployeePositionController.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controllers/EmployeePositionController.ts b/src/controllers/EmployeePositionController.ts index 58c1160d..23419f4b 100644 --- a/src/controllers/EmployeePositionController.ts +++ b/src/controllers/EmployeePositionController.ts @@ -2014,7 +2014,7 @@ export class EmployeePositionController extends Controller { } await this.employeePosMasterRepository.update(id, { isSit: false, - next_holderId: null, + current_holderId: null, }); dataMaster.positions.forEach(async (position) => {