小bug调整
This commit is contained in:
@@ -187,6 +187,7 @@ class Publish extends Base
|
||||
$product = $this->production_article_obj->where("w_article_id",$data['article_id'])->find();
|
||||
$check = $this->article_main_obj->where("article_id",$product['article_id'])->find();
|
||||
$detail['has_html'] = $check?1:0;
|
||||
$detail['tg_article_id'] = $product['article_id'];
|
||||
}
|
||||
|
||||
$re['detail'] = $detail;
|
||||
|
||||
Reference in New Issue
Block a user