ลูกจ้างบันทึกข้อมูลโครงสร้างลงในล่างสุด

This commit is contained in:
Kittapath 2024-03-15 11:45:42 +07:00
parent 36e8a796c7
commit aa74de2517

View file

@ -1990,7 +1990,7 @@ export class EmployeePositionController extends Controller {
});
dataMaster.isSit = requestBody.isSit;
dataMaster.next_holderId = requestBody.profileId;
dataMaster.current_holderId = requestBody.profileId;
await this.employeePosMasterRepository.save(dataMaster);
return new HttpSuccess();