Merge remote-tracking branch 'origin/master'

This commit is contained in:
wangjinlei
2026-01-27 15:44:23 +08:00

View File

@@ -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 ;