Commit 930f74e8 authored by 王志伟's avatar 王志伟

chang wrong word

parent 245ea49d
......@@ -121,7 +121,7 @@ object WeafareStat {
val video_count = sc.sql(
s"""
|select '${stat_date}' as stat_date,count(distinc(cid)) as video_count
|select '${stat_date}' as stat_date,count(distinct(cid)) as video_count
|from diary_video where stat_date='${stat_date}'
""".stripMargin
)
......
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