diff --git a/src/controllers/DevelopmentController.ts b/src/controllers/DevelopmentController.ts index c8fa4d7..be7ecc6 100644 --- a/src/controllers/DevelopmentController.ts +++ b/src/controllers/DevelopmentController.ts @@ -2788,10 +2788,7 @@ export class DevelopmentController extends Controller { }); } else if (item["ประเภท"] == "ลูกจ้างประจำ") { await new CallAPI() - .GetData( - request, - `/org/unauthorize/employee-prem/citizen/${item["รหัสประจำตัวประชาชน"]}`, - ) + .GetData(request, `/org/unauthorize/employee/citizen/${item["รหัสประจำตัวประชาชน"]}`) .then(async (x: any) => { development = Object.assign(development, x); development.dateStart =