ค้นหาลุกจ้างประจำ
This commit is contained in:
parent
78ce7fa612
commit
28f8c87fea
1 changed files with 1 additions and 1 deletions
|
|
@ -2627,7 +2627,7 @@ export class DevelopmentController extends Controller {
|
|||
});
|
||||
} else if (item["ประเภท"] == "ลูกจ้างประจำ") {
|
||||
await new CallAPI()
|
||||
.GetData(request, `/org/unauthorize/employee/citizen/${item["รหัสประจำตัวประชาชน"]}`)
|
||||
.GetData(request, `/org/unauthorize/employee-prem/citizen/${item["รหัสประจำตัวประชาชน"]}`)
|
||||
.then(async (x: any) => {
|
||||
let development = Object.assign(new DevelopmentHistory(), x);
|
||||
development.dateStart =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue