From b4f81fe582b21933fcfec5ce70465d6081f4f6dc Mon Sep 17 00:00:00 2001 From: Adisak Date: Wed, 22 Oct 2025 17:12:35 +0700 Subject: [PATCH] #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 c9397103..8a96123d 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); } }