chenjunkai 6 년 전
부모
커밋
79788bc49f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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")