From ef211c82cfd7e7feb43e4f53656f287193358b32 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E7=8E=8B=E5=BF=97=E4=BC=9F?= <wangzhiwei@igengmei.com>
Date: Fri, 28 Dec 2018 19:18:25 +0800
Subject: [PATCH] =?UTF-8?q?smart=5Frank=20=E7=9B=B8=E5=85=B3=E7=9A=84?=
 =?UTF-8?q?=E7=BB=9F=E8=AE=A1=E6=8C=87=E6=A0=87?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 .../src/main/scala/com/gmei/temp_analysis.scala    | 14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)

diff --git a/eda/feededa/src/main/scala/com/gmei/temp_analysis.scala b/eda/feededa/src/main/scala/com/gmei/temp_analysis.scala
index 354c4ec4..2650bf02 100644
--- a/eda/feededa/src/main/scala/com/gmei/temp_analysis.scala
+++ b/eda/feededa/src/main/scala/com/gmei/temp_analysis.scala
@@ -617,14 +617,12 @@ object smart_rank_count {
 
       val user_city_meigou_view = sc.sql(
         s"""
-           |select ov.cl_id as device_id,ov.city_id as device_city,ov.params['business_id'] as meigou_id
-           |from online.tl_hdfs_maidian_view ov left join final_id
-           |on ov.cl_id = final_id.device_id
-           |where ov.action = "page_view"
-           |and ov.params['page_name']="welfare_detail"
-           |and ov.partition_date >='20181201'
-           |and ov.city_id is not null
-           |and final_id.device_id  is null
+           |select cl_id as device_id,city_id as device_city,params['business_id'] as meigou_id
+           |from online.tl_hdfs_maidian_view
+           |where action = "page_view"
+           |and params['page_name']="welfare_detail"
+           |and partition_date >='20181201'
+           |and city_id is not null
        """.stripMargin
       )
       user_city_meigou_view.show()
-- 
2.18.0