chenjunkai 6 жил өмнө
parent
commit
062cb94211

+ 1 - 1
Controller/OrderContrller.py

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