This commit is contained in:
ping 2026-07-15 15:30:29 +08:00
parent 5bc32fdb24
commit cf80d63900

View File

@ -46,7 +46,7 @@ async def news_article_search(ns={}):
'read_count': summary_dic.get('read_count', 0)
})
search_sql = """
select id, domain_name, title, article_type, summary, cover_img, status,
select id, domain_name, title, article_type, summary, cover_img, status, content,
publish_time, read_count, update_time, create_at
from enterprise_news_article
where %s