update
This commit is contained in:
parent
5bc32fdb24
commit
cf80d63900
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user