1
This commit is contained in:
@@ -109,6 +109,12 @@ function getArticleMains($article_id)
|
||||
return $frag;
|
||||
}
|
||||
|
||||
function hasHtml($article_id){
|
||||
$article_main_obj = Db::name("article_main");
|
||||
$list = $article_main_obj->where('article_id', $article_id)->where('state', 0)->where('is_add', 0)->find();
|
||||
return $list?1:0;
|
||||
}
|
||||
|
||||
function getArticleRefers($article_id)
|
||||
{
|
||||
$article_obj = Db::name("article");
|
||||
|
||||
Reference in New Issue
Block a user