diff --git a/plugin/admin/app/view/cron-job/index.html b/plugin/admin/app/view/cron-job/index.html
index de20654..ebc6a1e 100644
--- a/plugin/admin/app/view/cron-job/index.html
+++ b/plugin/admin/app/view/cron-job/index.html
@@ -125,7 +125,7 @@
{{# }else if(d.msg_type == 'subject_version_upload_notify_student'){ }}
课程报告上传提醒学生
{{# }else if(d.msg_type == 'subject_version_upload_notify_parent'){ }}
- 课程报告上传提醒家长
+ 课程报告上传提醒家长
{{# }else if(d.msg_type == 'admin_notify_teacher_submit_free_time'){ }}
教师空闲时间上传提醒
{{# }else if(d.msg_type == 'student_upload_homework_notify_teacher'){ }}
@@ -229,10 +229,19 @@
{{# }else if(d.msg_type == 'subject_version_upload_notify_student'){ }}
- 教师:{{d.msg_info.teacher_name}}
- 课程:{{d.msg_info.english_name}}
- 本地时间:{{d.msg_info.date}} {{d.msg_info.en_time}}
- 本地时间:{{d.msg_info.date}} {{d.msg_info.en_time}}
+ 教师:{{d.msg_info.subject_homework.teacher_name}}
+ 课程:{{d.msg_info.subject_homework.english_name}}
+ 本地时间:{{d.msg_info.subject_homework.date}} {{d.msg_info.subject_homework.en_time}}
+ 本地时间:{{d.msg_info.subject_homework.date}} {{d.msg_info.subject_homework.en_time}}
+ 学生:{{d.msg_info.student.student_name}}
+
+ {{# }else if(d.msg_type == 'subject_version_upload_notify_parent'){ }}
+
+ 教师:{{d.msg_info.subject_homework.teacher_name}}
+ 课程:{{d.msg_info.subject_homework.english_name}}
+ 本地时间:{{d.msg_info.subject_homework.date}} {{d.msg_info.subject_homework.en_time}}
+ 本地时间:{{d.msg_info.subject_homework.date}} {{d.msg_info.subject_homework.en_time}}
+ 家长:{{d.msg_info.parent.account}}
{{# }else if(d.msg_type == 'admin_notify_teacher_submit_free_time'){ }}
教师姓名 {{d.msg_info.teacher_name}}