This commit is contained in:
parent
b902a5d65e
commit
00e14c9688
|
|
@ -22,7 +22,6 @@ class FileExportJob extends Job
|
|||
public function handle()
|
||||
{
|
||||
try {
|
||||
sleep(10);
|
||||
$attach = aModel::find($this->attachmentId);
|
||||
if (empty($attach)) return false;
|
||||
// 参数解析
|
||||
|
|
|
|||
Loading…
Reference in New Issue