Commit a7a00784 authored by 张彦钊's avatar 张彦钊

add

parent bb5a2b94
......@@ -128,7 +128,7 @@ def hospital():
"from api_doctor api left join statistic_hospital_rank_factor h on api.hospital_id = h.hospital_id " \
"left join hippo_merchantrelevance b on api.id = b.doctor_id " \
"left join al_meigou_service_smart_rank_budan_payment budan on b.merchant_id = budan.merchant_id " \
"where api.doctor_type = 1 and h.partition_date = '{}' " \
"where api.doctor_type = 1 and h.date = '{}' " \
"and budan.stat_date = '{}' limit 6;".format(date_str, date_tmp)
db = pymysql.connect(host='172.16.30.143', port=3306, user='work', passwd='BJQaT9VzDcuPBqkd', db='zhengxing')
......
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