| 
...
 | 
...
 | 
@@ -116,7 +116,7 @@ class SendJob { | 
| 
 | 
 | 
                 $email = db()->first(\Model\emailSql::first($data['email_id']));
 | 
| 
 | 
 | 
                 // 更新状态
 | 
| 
 | 
 | 
                 $upStatus = \Model\sendJobsSql::upStatus($data['id'],1,db());
 | 
| 
 | 
 | 
                 _echo('更新任务状态 '.$upStatus);
 | 
| 
 | 
 | 
                 _echo('更新任务状态 '.$data['id'].' ==>  '.$upStatus);
 | 
| 
 | 
 | 
                 // 是否是单发送
 | 
| 
 | 
 | 
                 if($data['maildata']['massSuit']??0){
 | 
| 
 | 
 | 
                     $tos    =   $data['maildata']['tos'];
 | 
...
 | 
...
 | 
 |