This commit is contained in:
zhang zhuo 2025-12-19 11:36:28 +08:00
parent b902a5d65e
commit 00e14c9688
1 changed files with 0 additions and 1 deletions

View File

@ -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;
// 参数解析 // 参数解析