|
@@ -843,8 +843,7 @@ class CloudStorageView(View):
|
|
|
channel = order_list[0]['channel']
|
|
|
rank = order_list[0]['rank']
|
|
|
|
|
|
- store_qs = Store_Meal.objects.filter(id=rank).values('day', 'bucket_id', 'expire',
|
|
|
- 'icloud_store_meal_id')
|
|
|
+ store_qs = Store_Meal.objects.filter(id=rank).values('day', 'bucket_id', 'expire')
|
|
|
if not store_qs.exists():
|
|
|
return response.json(173)
|
|
|
bucket_id = store_qs[0]['bucket_id']
|