Commit 06deb7d1 authored by 王志伟's avatar 王志伟

去除机构和黑名单

parent ccae163f
......@@ -298,6 +298,8 @@ object coincidence_xinyang {
|where partition_date = '20181118'
|and pay_time is not null
|and pay_time >= '2017-11-18'
|and device_id not in (select device_id from bl_device_list)
|and device_id not in (select device_id from blacklist)
""".stripMargin
)
meigou_pay_all.show()
......@@ -310,6 +312,8 @@ object coincidence_xinyang {
|where partition_date = '20181118'
|and pay_time is not null
|and pay_time >= '2017-11-18'
|and device_id not in (select device_id from bl_device_list)
|and device_id not in (select device_id from blacklist)
""".stripMargin
)
meigou_pay_device_all.show()
......
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