Commit f01fff90 authored by yindanlei's avatar yindanlei

add yeji_day report codes

parent a892f400
...@@ -195,6 +195,7 @@ FULL JOIN ...@@ -195,6 +195,7 @@ FULL JOIN
FROM FROM
online.ml_doctor_relation_dimen_day online.ml_doctor_relation_dimen_day
WHERE partition_date =REGEXP_REPLACE(date_sub(current_date(),1),'-','') WHERE partition_date =REGEXP_REPLACE(date_sub(current_date(),1),'-','')
and doctor_is_merchant='true'
GROUP BY merchant_id,merchant_name,business_group_name,business_partener_name,city_name GROUP BY merchant_id,merchant_name,business_group_name,business_partener_name,city_name
)b )b
ON t3.merchant_id=b.merchant_id ON t3.merchant_id=b.merchant_id
......
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