|
@@ -310,7 +310,7 @@ class XlwtUtil(object):
|
|
|
pass
|
|
|
file_path = self.get_file_name(task_key, time_rang, key)
|
|
|
self.wb.save(file_path[0]) # 保存xls
|
|
|
- result.append([key, mail, file_path, file_path[1]])
|
|
|
+ result.append([key, mail, file_path[0], file_path[1]])
|
|
|
return result
|
|
|
|
|
|
def insert_module_data(self, ws, title, header, data, start_row, start_col, end_col):
|