no message

This commit is contained in:
Kittapath 2024-06-27 17:16:23 +07:00
parent 92f3c3413f
commit 69556fb293

View file

@ -287,7 +287,7 @@ export class KpiUserEvaluationController extends Controller {
}
const kpiUserEvaluation = Object.assign(new KpiUserEvaluation(), requestBody);
if (requestBody.profileId == undefined || requestBody.profileId == null) {
if (requestBody.profileId != undefined && requestBody.profileId != null) {
await new CallAPI()
.GetData(request, "org/profile/profileid/position/" + requestBody.profileId)
.then((x) => {