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