Browse Source

MOD:自然量用户充值表修改

cxyu 3 năm trước cách đây
mục cha
commit
aa377685c2
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      handlers/OrderHandler.py

+ 1 - 0
handlers/OrderHandler.py

@@ -338,6 +338,7 @@ class OrderH5Info(BaseHandler):
 
             data = self.get_order_info(user_id, start, end)
             if args.get("download"):
+                data = self.get_order_info_download(user_id, start, end)
                 self.write_download(str(int(time.time())), data)
             else:
                 self.write_json(data=data)