fix 4、学生提交作业发布 通知教师 没有通知
This commit is contained in:
parent
052ece9ff1
commit
30ddc09d21
@ -187,6 +187,11 @@ class StudentHomeworkController extends Crud
|
|||||||
$subject_homework->save([
|
$subject_homework->save([
|
||||||
'is_publish' => $request->post('is_publish')
|
'is_publish' => $request->post('is_publish')
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
if($subject_homework->is_publish){
|
||||||
|
//后台发布学生作业之后通知教师
|
||||||
|
(new SendMsgCronJobService())->studentUploadSubjectHomeworkNotifyTeacher($subject_homework->id);
|
||||||
|
}
|
||||||
return json([
|
return json([
|
||||||
'code' => ResponseCode::WEB_API_SUCCESS,
|
'code' => ResponseCode::WEB_API_SUCCESS,
|
||||||
'msg' => 'success'
|
'msg' => 'success'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user