no message
This commit is contained in:
parent
3356ceb22c
commit
27da57f35e
1 changed files with 2 additions and 0 deletions
|
|
@ -111,6 +111,8 @@ export class KpiUserEvaluationController extends Controller {
|
|||
}
|
||||
|
||||
if (kpiUserEvaluation) {
|
||||
kpiUserEvaluation.lastUpdateUserId = request.user.sub;
|
||||
kpiUserEvaluation.lastUpdateFullName = request.user.name;
|
||||
this.kpiUserEvalutionRepository.merge(kpiUserEvaluation, requestBody);
|
||||
await this.kpiUserEvalutionRepository.save(kpiUserEvaluation);
|
||||
return new HttpSuccess(kpiUserEvaluation.id)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue