|
@@ -72,6 +72,6 @@ class OrderView(View):
|
|
|
count = omqs.count()
|
|
|
order_ql = omqs[(page - 1) * line:page * line].values("orderID", "UID", "channel", "desc", "price", "addTime",
|
|
|
"updTime", "paypal", "rank__day", "rank__price",
|
|
|
- "rank__content", "rank__title")
|
|
|
+ "rank__content", "rank__title","rank__currency")
|
|
|
data = list(order_ql)
|
|
|
return response.json(0, {'data': data, 'count': count})
|