Explorar o código

修复阿里回调失败

peng hai 1 ano
pai
achega
082ee01e78
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      Controller/CloudStorage.py

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