|
@@ -440,7 +440,7 @@ class JianYeReport(object):
|
|
message['customer'] = str(customer_id)
|
|
message['customer'] = str(customer_id)
|
|
send_data = []
|
|
send_data = []
|
|
if customers:
|
|
if customers:
|
|
- save_path = FileUtil().save_path_create()
|
|
|
|
|
|
+ save_path = '/tmp'
|
|
for customer in customers:
|
|
for customer in customers:
|
|
try:
|
|
try:
|
|
name = customer[1]
|
|
name = customer[1]
|