Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -523,6 +523,9 @@ class Base extends Controller
|
|||||||
$this->article_main_table_obj->insert($ins);
|
$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();
|
$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])){
|
if(!isset($pics[0])){
|
||||||
|
|||||||
Reference in New Issue
Block a user