|
@@ -477,7 +477,7 @@ class JianYeReport(object):
|
|
|
send_mail_log.append([mail[5], mail[2], mail[3], -1, '邮件发送失败:{}'.format(str(e))])
|
|
|
# 写入日志
|
|
|
self.db.add_some(Sql.sql_12, send_mail_log)
|
|
|
- pass
|
|
|
+ return message
|
|
|
|
|
|
def get_house_ids(self, ids_str):
|
|
|
if str(ids_str).find(',') == -1:
|