|
|
@@ -1396,7 +1396,7 @@ class CronCollectDataView(View):
|
|
|
real_income = round(price - fee, 2)
|
|
|
|
|
|
# 根据云存位置选择不同的成本计算方式
|
|
|
- if item['vod_location'] == 0: # 阿里云OSS
|
|
|
+ if item['vod_location'] == 1: # 阿里云OSS
|
|
|
try:
|
|
|
yesterday_stamp = end_time_stamp - 86400
|
|
|
uid_bucket_statistics = uid_bucket_statistics.filter(uid=item['uid'],
|