Explorar el Código

修复阿里回调失败

peng hace 1 año
padre
commit
082ee01e78
Se han modificado 1 ficheros con 1 adiciones y 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']