|
@@ -70,6 +70,7 @@ object eci_good_news {
|
|
| AND months_between('$now_time',to_date(biz_date)) < 3
|
|
| AND months_between('$now_time',to_date(biz_date)) < 3
|
|
| ) AS t2
|
|
| ) AS t2
|
|
|ON t1.rel_bg_cid = t2.detail_cid
|
|
|ON t1.rel_bg_cid = t2.detail_cid
|
|
|
|
+ |WHERE t1.bg_name not like concat('%','银行','%') AND t1.bg_name not like concat('%','保险','%')
|
|
|""".stripMargin)
|
|
|""".stripMargin)
|
|
df
|
|
df
|
|
.cache()
|
|
.cache()
|