main bug 修复

This commit is contained in:
wangjinlei
2025-06-05 09:28:52 +08:00
parent bb6b53f0b8
commit b3e58c89e3

View File

@@ -425,7 +425,13 @@ class Base extends Controller
}
/**初始化批量添加mains
* @param $article_id
* @return string|\think\response\Json|void
* @throws \think\db\exception\DataNotFoundException
* @throws \think\db\exception\ModelNotFoundException
* @throws \think\exception\DbException
*/
public function addArticleMainEx($article_id){
$article_info = $this->article_obj->where('article_id', $article_id)->find();