chenjunkai 6 년 전
부모
커밋
12e69f3061
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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()