...
|
...
|
@@ -61,7 +61,7 @@ func (notices notifyStaffAssess) makeNotify(param *domain.StaffAssess) *domain.L |
|
|
Template: "您好,#name#,百忙之中不要忘记填写#date#的绩效自评反馈哦",
|
|
|
Value: map[string]string{
|
|
|
"name": param.Executor.UserName,
|
|
|
"data": "本月15日",
|
|
|
"date": "本月15日",
|
|
|
},
|
|
|
Result: "",
|
|
|
Status: domain.SmsWait,
|
...
|
...
|
|