main bug 修复
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user