|
@@ -167,7 +167,7 @@ def daily_statistic():
|
|
|
statistic_data += ('宁波住宅售价: ' + str(city_residential_average_sold) + '\n')
|
|
|
statistic_data += ('三江口公寓售价: ' + str(part_department_average_sold) + '\n')
|
|
|
statistic_data += ('三江口住宅售价: ' + str(part_residential_average_sold) + '\n')
|
|
|
- email_util.send_email('每日统计数据', statistic_data, ['guxc@elab-plus.com', 'liuhx@elab-plus.com', 'zhub1@elab-plus.com'])
|
|
|
+ email_util.send_email('每日统计数据', statistic_data, ['guxc@elab-plus.com', 'liuhx@elab-plus.com', 'zhaojh@elab-plus.com'])
|
|
|
|
|
|
|
|
|
# 计算平均值
|