Commit 73dc107b authored by 王志伟's avatar 王志伟

统计新指标,device_clk_imp_reason

parent 08d2848d
......@@ -774,7 +774,7 @@ object find_reason {
val old_clk_count = sc.sql(
s"""
|select '${stat_date}' as stat_date,count(oc.device_id) as old_clk_count
|from all_clk_diary_card oc innner join device_id_old
|from all_clk_diary_card oc inner join device_id_old
|on oc.device_id = device_id_old.device_id
""".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