Commit df68f77e authored by 陈炎's avatar 陈炎

🎨 红旗活动数据接口

parent e90ed1ca
......@@ -123,7 +123,7 @@ public interface DwdKuaishouAuthorInfoMapper extends BaseMapper<DwdDouyinAuthorI
" t3.nickname , " +
" t1.publish_time , " +
" t1.statistics_total_watch_user_count , " +
" t1.statistics_live_time, " +
" t1.statistics_live_time/60 statistics_live_time, " +
" t1.statistics_total_polling_count as polling_cnt, " +
" t1.statistics_total_like_count like_cnt, " +
" t1.statistics_total_comment_count comment_cnt, " +
......@@ -167,7 +167,7 @@ public interface DwdKuaishouAuthorInfoMapper extends BaseMapper<DwdDouyinAuthorI
" t3.nickname , " +
" t1.publish_time , " +
" t1.statistics_total_watch_user_count , " +
" t1.statistics_live_time, " +
" t1.statistics_live_time/60 statistics_live_time, " +
" t1.statistics_total_polling_count as polling_cnt, " +
" t1.statistics_total_like_count like_cnt, " +
" t1.statistics_total_comment_count comment_cnt, " +
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment