|
@@ -875,9 +875,9 @@ class AccountService:
|
|
|
|
|
|
|
|
now = datetime.now()
|
|
now = datetime.now()
|
|
|
if not end_date:
|
|
if not end_date:
|
|
|
- end_date = now.strftime("%Y-%m-%d")
|
|
|
|
|
|
|
+ end_date = now.strftime("%Y%m%d")
|
|
|
if not start_date:
|
|
if not start_date:
|
|
|
- start_date = (now - timedelta(days=90)).strftime("%Y-%m-%d")
|
|
|
|
|
|
|
+ start_date = (now - timedelta(days=90)).strftime("%Y%m%d")
|
|
|
|
|
|
|
|
# 检查 consume.detail.batchquery 是否可用
|
|
# 检查 consume.detail.batchquery 是否可用
|
|
|
_can_batch = False
|
|
_can_batch = False
|