update noti kpi
This commit is contained in:
parent
3a49b8d23d
commit
76a26d75d9
1 changed files with 10 additions and 10 deletions
|
|
@ -1126,7 +1126,7 @@ export class KpiUserEvaluationController extends Controller {
|
|||
receiverUserIds: [
|
||||
{
|
||||
receiverUserId: kpiUserEvaluation.evaluatorId,
|
||||
notiLink: `${process.env.USER_NOTI_URL}/KPI-evaluator/${kpiUserEvaluation.id}`,
|
||||
notiLink: `${process.env.VITE_URL_USER}/KPI-evaluator/${kpiUserEvaluation.id}`,
|
||||
},
|
||||
],
|
||||
payload: "",
|
||||
|
|
@ -1148,7 +1148,7 @@ export class KpiUserEvaluationController extends Controller {
|
|||
receiverUserIds: [
|
||||
{
|
||||
receiverUserId: kpiUserEvaluation.evaluatorId,
|
||||
notiLink: `${process.env.USER_NOTI_URL}/KPI-evaluator/${kpiUserEvaluation.id}`,
|
||||
notiLink: `${process.env.VITE_URL_USER}/KPI-evaluator/${kpiUserEvaluation.id}`,
|
||||
},
|
||||
],
|
||||
payload: "",
|
||||
|
|
@ -1202,7 +1202,7 @@ export class KpiUserEvaluationController extends Controller {
|
|||
receiverUserIds: [
|
||||
{
|
||||
receiverUserId: kpiUserEvaluation.profileId,
|
||||
notiLink: `${process.env.USER_NOTI_URL}/KPI-evaluator/${kpiUserEvaluation.id}`,
|
||||
notiLink: `${process.env.VITE_URL_USER}/KPI-evaluator/${kpiUserEvaluation.id}`,
|
||||
},
|
||||
],
|
||||
payload: "",
|
||||
|
|
@ -1271,7 +1271,7 @@ export class KpiUserEvaluationController extends Controller {
|
|||
receiverUserIds: [
|
||||
{
|
||||
receiverUserId: kpiUserEvaluation.evaluatorId,
|
||||
notiLink: `${process.env.USER_NOTI_URL}/KPI-evaluator/${kpiUserEvaluation.id}`,
|
||||
notiLink: `${process.env.VITE_URL_USER}/KPI-evaluator/${kpiUserEvaluation.id}`,
|
||||
},
|
||||
],
|
||||
payload: "",
|
||||
|
|
@ -1598,7 +1598,7 @@ export class KpiUserEvaluationController extends Controller {
|
|||
receiverUserIds: [
|
||||
{
|
||||
receiverUserId: item.commanderId,
|
||||
notiLink: `${process.env.USER_NOTI_URL}/KPI-evaluator/${item.id}`,
|
||||
notiLink: `${process.env.VITE_URL_USER}/KPI-evaluator/${item.id}`,
|
||||
},
|
||||
],
|
||||
payload: "",
|
||||
|
|
@ -1623,7 +1623,7 @@ export class KpiUserEvaluationController extends Controller {
|
|||
receiverUserIds: [
|
||||
{
|
||||
receiverUserId: item.commanderHighId,
|
||||
notiLink: `${process.env.USER_NOTI_URL}/KPI-evaluator/${item.id}`,
|
||||
notiLink: `${process.env.VITE_URL_USER}/KPI-evaluator/${item.id}`,
|
||||
},
|
||||
],
|
||||
payload: "",
|
||||
|
|
@ -1648,7 +1648,7 @@ export class KpiUserEvaluationController extends Controller {
|
|||
receiverUserIds: [
|
||||
{
|
||||
receiverUserId: item.profileId,
|
||||
notiLink: `${process.env.USER_NOTI_URL}/KPI-evaluator/${item.id}`,
|
||||
notiLink: `${process.env.VITE_URL_USER}/KPI-evaluator/${item.id}`,
|
||||
},
|
||||
],
|
||||
payload: "",
|
||||
|
|
@ -1995,7 +1995,7 @@ export class KpiUserEvaluationController extends Controller {
|
|||
receiverUserIds: [
|
||||
{
|
||||
receiverUserId: kpiUserEvaluation.commanderId,
|
||||
notiLink: `${process.env.USER_NOTI_URL}/KPI-evaluator/${kpiUserEvaluation.id}`,
|
||||
notiLink: `${process.env.VITE_URL_USER}/KPI-evaluator/${kpiUserEvaluation.id}`,
|
||||
},
|
||||
],
|
||||
payload: "",
|
||||
|
|
@ -2077,7 +2077,7 @@ export class KpiUserEvaluationController extends Controller {
|
|||
receiverUserIds: [
|
||||
{
|
||||
receiverUserId: kpiUserEvaluation.commanderHighId,
|
||||
notiLink: `${process.env.USER_NOTI_URL}/KPI-evaluator/${kpiUserEvaluation.id}`,
|
||||
notiLink: `${process.env.VITE_URL_USER}/KPI-evaluator/${kpiUserEvaluation.id}`,
|
||||
},
|
||||
],
|
||||
payload: "",
|
||||
|
|
@ -2156,7 +2156,7 @@ export class KpiUserEvaluationController extends Controller {
|
|||
receiverUserIds: [
|
||||
{
|
||||
receiverUserId: kpiUserEvaluation.evaluatorId,
|
||||
notiLink: `${process.env.USER_NOTI_URL}/KPI-evaluator/${kpiUserEvaluation.id}`,
|
||||
notiLink: `${process.env.VITE_URL_USER}/KPI-evaluator/${kpiUserEvaluation.id}`,
|
||||
},
|
||||
],
|
||||
payload: "",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue