正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -61,7 +61,7 @@ func (notices notifyStaffAssess) makeNotify(param *domain.StaffAssess) *domain.L | @@ -61,7 +61,7 @@ func (notices notifyStaffAssess) makeNotify(param *domain.StaffAssess) *domain.L | ||
| 61 | Template: "您好,#name#,百忙之中不要忘记填写#date#的绩效自评反馈哦", | 61 | Template: "您好,#name#,百忙之中不要忘记填写#date#的绩效自评反馈哦", |
| 62 | Value: map[string]string{ | 62 | Value: map[string]string{ |
| 63 | "name": param.Executor.UserName, | 63 | "name": param.Executor.UserName, |
| 64 | - "data": "本月15日", | 64 | + "date": "本月15日", |
| 65 | }, | 65 | }, |
| 66 | Result: "", | 66 | Result: "", |
| 67 | Status: domain.SmsWait, | 67 | Status: domain.SmsWait, |
-
请 注册 或 登录 后发表评论