chenjunkai %!s(int64=6) %!d(string=hai) anos
pai
achega
79788bc49f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Controller/OrderContrller.py

+ 1 - 1
Controller/OrderContrller.py

@@ -80,7 +80,7 @@ class OrderView(View):
         if did:
             omqs.order_by()
         count = omqs.count()
-        order_ql = omqs[(page - 1) * line:page * line].values("orderID", "UID", "channel", "desc", "price", "addTime",
+        order_ql = omqs[(page - 1) * line:page * line].values("orderID", "UID", "channel", "desc", "price","currency", "addTime",
                                                               "updTime", "endTime", "paypal", "rank__day",
                                                               "rank__price", "status",
                                                               "rank__content", "rank__title", "rank__currency")