Explorar o código

套餐信息 title字段显示3

chenshibin %!s(int64=4) %!d(string=hai) anos
pai
achega
9e9fc2a4b9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Controller/MealManage.py

+ 1 - 1
Controller/MealManage.py

@@ -144,7 +144,7 @@ class MealManage(View):
         qs = qs.values("id", "price", "day", "add_time", "update_time", "currency"
                                        , "bucket_id", "commodity_type", "commodity_code", "virtual_price", "is_discounts"
                                        , "discount_price", "expire", "symbol"
-                                       , "bucket__bucket", "bucket__area", "bucket__storeDay")
+                                       , "bucket__bucket", "bucket__area", "bucket__storeDay", "title")
         res = {}
         if qs.exists():
             ql = list(qs)