This commit is contained in:
Adisak 2025-10-22 17:12:35 +07:00
parent 137bdb5c0c
commit b4f81fe582

View file

@ -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);
}
}