|
...
|
...
|
@@ -34,6 +34,8 @@ class SendAutoEmail extends Command |
|
|
|
if(empty($list)){
|
|
|
|
sleep(10);
|
|
|
|
}else{
|
|
|
|
$ids = array_column($list,'id');
|
|
|
|
$autoEmailLogModel->edit(['status'=>2],['id'=>['in',$ids]]);
|
|
|
|
foreach ($list as $value) {
|
|
|
|
$this->toQueue($value);
|
|
|
|
}
|
...
|
...
|
|