main #138

Merged
charles merged 6 commits from main into prod 2026-07-15 16:40:19 +08:00
Showing only changes of commit cf80d63900 - Show all commits

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