|
@@ -957,7 +957,7 @@ def content_rank(user_id, start, end, page, page_size, order, order_by, book, ch
|
|
|
round((cost/view_count)*1000,2) cpm,
|
|
|
round(click_count/view_count,4) ctr,
|
|
|
round(cost/click_count,2) cpc,
|
|
|
- REPLACE(REPLACE(description , CHAR(10), ''), CHAR(13), '') as description,
|
|
|
+ REPLACE(REPLACE(description , CHAR(10), ''), CHAR(13), '') as content,
|
|
|
REPLACE(REPLACE(title, CHAR(10), ''), CHAR(13), '') as title,
|
|
|
date_format( now(),'%Y-%m-%d %H:%i:%S') as upateTime,
|
|
|
null as updateBy,
|