Commit f9f136e9 authored by 魏艺敏's avatar 魏艺敏

Merge branch 'yindanlei' into 'master'

add yeji_day report codes

See merge request !99
parents fc7b6538 f01fff90
...@@ -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