fix รอประกาศ
This commit is contained in:
parent
6187cb7271
commit
6570ef4856
1 changed files with 2 additions and 2 deletions
|
|
@ -18,6 +18,7 @@ import { AppDataSource } from "../database/data-source";
|
|||
import HttpSuccess from "../interfaces/http-success";
|
||||
import HttpError from "../interfaces/http-error";
|
||||
import HttpStatusCode from "../interfaces/http-status";
|
||||
import Extension from "../interfaces/extension";
|
||||
import { KpiPeriod } from "../entities/kpiPeriod";
|
||||
import {
|
||||
KpiUserEvaluation,
|
||||
|
|
@ -1653,7 +1654,7 @@ export class KpiUserEvaluationController extends Controller {
|
|||
})
|
||||
.then(async () => {});
|
||||
});
|
||||
new CallAPI()
|
||||
await new CallAPI()
|
||||
.PostData(request, "/placement/noti/profile", {
|
||||
subject: `${kpiUserEvaluation.prefix}${kpiUserEvaluation.firstName} ${kpiUserEvaluation.lastName} ระดับผลการประเมินการปฏิบัติราชการระดับบุคคลของคุณอยู่ในเกณฑ์ ${kpiUserEvaluation.summaryPoint}`,
|
||||
body: `${kpiUserEvaluation.prefix}${kpiUserEvaluation.firstName} ${kpiUserEvaluation.lastName} ระดับผลการประเมินการปฏิบัติราชการระดับบุคคลของคุณอยู่ในเกณฑ์ ${kpiUserEvaluation.summaryPoint}`,
|
||||
|
|
@ -1673,7 +1674,6 @@ export class KpiUserEvaluationController extends Controller {
|
|||
setLogDataDiff(request, { before, after: kpiUserEvaluation });
|
||||
}),
|
||||
);
|
||||
|
||||
return new HttpSuccess();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue