This commit is contained in:
pengtao 2019-11-22 16:42:54 +08:00
parent d24eedcbc4
commit 7d05904b64

View File

@ -506,7 +506,7 @@ class TapWeeklyReport:
def __init__(self, day): def __init__(self, day):
self.day = day self.day = day
self.db_conn = MysqlBase(**db_conf) self.db_conn = MysqlBase(**db_conf)
self.limit = 2 self.limit = 20
self.all_type = {"download": {"name": "热门榜", "row": ["download"]}, "new": {"name": "新品榜", "row": ["download"]}, self.all_type = {"download": {"name": "热门榜", "row": ["download"]}, "new": {"name": "新品榜", "row": ["download"]},
"reserve": {"name": "预约榜", "row": ["reserve"]}, "sell": {"name": "热卖榜", "row": ["sell"]}, "reserve": {"name": "预约榜", "row": ["reserve"]}, "sell": {"name": "热卖榜", "row": ["sell"]},