peng 1 жил өмнө
parent
commit
082ee01e78

+ 1 - 2
Controller/CloudStorage.py

@@ -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']