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