Commit 30cd9ddd authored by 王志伟's avatar 王志伟

check warning

parent 6fd14a1c
......@@ -66,7 +66,7 @@ object strategy_clk_imp_oldUser {
s"""
|select distinct(device_id) as decive_id_newUser
|from online.ml_device_day_active_status
|where active_type != '4'
|where (active_type = '1' or active_type = '2' or active_type = '3')
|and partition_date ='${partition_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