作者 赵彬吉

update

... ... @@ -129,6 +129,7 @@ class SyncSubmitTaskService
if($model){
return true;
}
$model = new Email();
$model->email = $email;
$model->save();
//查询当前项目是否开启自动回复邮件
... ...