แก้ค้นหาคนครอง

This commit is contained in:
Kittapath 2024-03-19 12:24:29 +07:00
parent 6ba3236994
commit 9c7072c128
3 changed files with 9 additions and 4 deletions

View file

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