Commit 4c343aee authored by 王志伟's avatar 王志伟

去除机构和黑名单

parent 5748c0b6
......@@ -298,7 +298,6 @@ object coincidence_xinyang {
|where partition_date = '20181118'
|and pay_time is not null
|and pay_time >= '2017-11-18'
|and device_id in (select distinct(device_id) from device_id_coincidence)
""".stripMargin
)
meigou_pay_all.show()
......@@ -311,7 +310,6 @@ object coincidence_xinyang {
|where partition_date = '20181118'
|and pay_time is not null
|and pay_time >= '2017-11-18'
|and device_id in (select distinct(device_id) from device_id_coincidence)
""".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