|
@@ -410,8 +410,8 @@ class JianYeReport(object):
|
|
|
# 项目
|
|
|
# 项目
|
|
|
title_1, title_2 = title[0], title[1]
|
|
|
- table_2 = self.house_data(self.get_house_ids(ids))
|
|
|
- table_3 = self.get_table_3(self.get_house_ids(ids))
|
|
|
+ table_2 = self.house_data(ids)
|
|
|
+ table_3 = self.get_table_3(ids)
|
|
|
file_path_1 = save_path + '/' + title_1 + '.xls'
|
|
|
send_data.append(
|
|
|
[table_2, self.sheet_names_1, title_1, [self.head_1, self.head_1, self.head_1], file_path,
|