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()