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)
|
'read_count': summary_dic.get('read_count', 0)
|
||||||
})
|
})
|
||||||
search_sql = """
|
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
|
publish_time, read_count, update_time, create_at
|
||||||
from enterprise_news_article
|
from enterprise_news_article
|
||||||
where %s
|
where %s
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user