This commit is contained in:
Adisak 2025-10-22 17:24:21 +07:00
parent b4f81fe582
commit 55d6ec73ff

View file

@ -2125,9 +2125,9 @@ export class EmployeeTempPositionController extends Controller {
if (profile != null) { if (profile != null) {
profile.posLevelId = _null; profile.posLevelId = _null;
profile.posTypeId = _null; profile.posTypeId = _null;
// profile.position = _null; profile.position = _null;
profile.employeeOc = _null; profile.employeeOc = _null;
// profile.positionEmployeePositionId = _null; profile.positionEmployeePositionId = _null;
await this.profileRepository.save(profile); await this.profileRepository.save(profile);
} }
} }