...
|
...
|
@@ -31,8 +31,8 @@ func (notices notifyStaffAssess) makeNotify(param *domain.StaffAssess) *domain.L |
|
|
newSms := domain.LogSms{
|
|
|
Id: 0,
|
|
|
Phone: param.Executor.Account,
|
|
|
TemplateId: 5824230,
|
|
|
Template: "您好,#name#,百忙之中不要忘记填写#date#的绩效自评反馈哦",
|
|
|
TemplateId: 5833754,
|
|
|
Template: "您好,#name#,您还未完成#date#的绩效自评反馈,请及时完成哦",
|
|
|
Value: map[string]string{
|
|
|
"name": param.Executor.UserName,
|
|
|
"date": "本月15日",
|
...
|
...
|
|