chenjunkai 6 gadi atpakaļ
vecāks
revīzija
12e69f3061
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      Controller/MealManage.py

+ 1 - 1
Controller/MealManage.py

@@ -109,7 +109,7 @@ class MealManage(View):
         if page is None or line is None:
             return response.json(444)
         qs = Store_Meal.objects.values("id", "title", "price", "content", "day", "add_time", "update_time", "bucket_id",
-                                       "bucket__bucket")
+                                       "bucket__bucket","bucket__storeDay")
         res = {}
         if qs.exists():
             res['count'] = qs.count()