Signed-off-by: binren <zhangbr@elab-plus.com>
@@ -440,7 +440,7 @@ class JianYeReport(object):
message['customer'] = str(customer_id)
send_data = []
if customers:
- save_path = FileUtil().save_path_create()
+ save_path = '/tmp'
for customer in customers:
try:
name = customer[1]