From 0029b963088466e9c2182134c4eb0a888b4218ba Mon Sep 17 00:00:00 2001 From: chengxl Date: Tue, 27 Jan 2026 15:44:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=84=E7=90=86=E8=A1=A8=E6=A0=BC=E5=92=8C?= =?UTF-8?q?=E5=9B=BE=E7=89=87=E5=85=B3=E8=81=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/api/controller/Base.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/application/api/controller/Base.php b/application/api/controller/Base.php index 6122ca1..f86a5a0 100644 --- a/application/api/controller/Base.php +++ b/application/api/controller/Base.php @@ -523,7 +523,10 @@ class Base extends Controller $this->article_main_table_obj->insert($ins); } - + //写入处理内容里table和figure队列-排版 20260121 start + \think\Queue::later(60,'app\api\job\DealMainFigureOrTable@fire', ['article_id' => $article_id], 'DealMainFigureOrTable'); + //写入处理内容里table和figure队列-排版 20260121 end + $pics = $this->article_file_obj->where("article_id",$article_id)->where("type_name","picturesAndTables")->where("state",0)->order("file_id desc")->limit(1)->select(); if(!isset($pics[0])){ return ;