latex update

This commit is contained in:
wangjinlei
2026-01-27 15:44:19 +08:00
parent 14e425c057
commit fd6d9de32f

View File

@@ -437,7 +437,7 @@ class Base extends Controller
$article_info = $this->article_obj->where('article_id', $article_id)->find();
$check = $this->article_main_obj->where("article_id",$article_id)->whereIn("state",[0,2])->find();
if($check){
if($check){//防止重复添加
return ;
}