|
@@ -444,7 +444,7 @@ class ReportPush(object):
|
|
|
select house_id from d_house where brand_id in %s
|
|
|
"""
|
|
|
|
|
|
- sql_6 = """insert into report_push_log(name, mail, report_name, push_time, send_status, status) values(%s, %s,
|
|
|
+ sql_6 = """insert into report_push_log(name, mail, report_name, push_time, send_status, status, error_message) values(%s, %s,
|
|
|
%s, now(), %s, 1, %s) """
|
|
|
|
|
|
# 根据项目id获取集团id和名称
|