小bug调整

This commit is contained in:
wangjinlei
2025-05-21 11:30:36 +08:00
parent d47bc1819e
commit 8cf196f992
4 changed files with 19 additions and 13 deletions

View File

@@ -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;