From 55d6ec73fffaa6c9ccd482cb8935b58b57c6eccf Mon Sep 17 00:00:00 2001 From: Adisak Date: Wed, 22 Oct 2025 17:24:21 +0700 Subject: [PATCH] revert #1885 --- src/controllers/EmployeeTempPositionController.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/controllers/EmployeeTempPositionController.ts b/src/controllers/EmployeeTempPositionController.ts index 8a96123d..c9397103 100644 --- a/src/controllers/EmployeeTempPositionController.ts +++ b/src/controllers/EmployeeTempPositionController.ts @@ -2125,9 +2125,9 @@ export class EmployeeTempPositionController extends Controller { if (profile != null) { profile.posLevelId = _null; profile.posTypeId = _null; - // profile.position = _null; + profile.position = _null; profile.employeeOc = _null; - // profile.positionEmployeePositionId = _null; + profile.positionEmployeePositionId = _null; await this.profileRepository.save(profile); } }