From aa23879b82507a0728d6c33b648a5fc2cd8ea78b Mon Sep 17 00:00:00 2001 From: Kittapath Date: Tue, 18 Jun 2024 12:31:49 +0700 Subject: [PATCH] no message --- src/controllers/ProfileEmployeeController.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/controllers/ProfileEmployeeController.ts b/src/controllers/ProfileEmployeeController.ts index 64b684ef..290f4081 100644 --- a/src/controllers/ProfileEmployeeController.ts +++ b/src/controllers/ProfileEmployeeController.ts @@ -2991,8 +2991,8 @@ export class ProfileEmployeeController extends Controller { }); if (profile != null) { await new CallAPI() - .PostData(request, "org/profile/salary", { - profileId: profile.id, + .PostData(request, "org/profile-employee/salary", { + profileEmployeeId: profile.id, date: new Date(), amount: v.amount, positionSalaryAmount: v.positionSalaryAmount,