ลูกจ้างบันทึกข้อมูลโครงสร้างลงในล่างสุด
This commit is contained in:
parent
36e8a796c7
commit
aa74de2517
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue