tap order 数据写入mysql

This commit is contained in:
pengtao 2019-10-16 15:00:20 +08:00
parent f0857190db
commit bec5cbbe9c

View File

@ -30,6 +30,7 @@ class TapTapReport:
for item in (self.day, self.bday):
b_d = self.split_order_data(item)
for key in b_d:
pdb.set_trace()
gameid_order.setdefault(key, {}).update(b_d[key])
for key in gameid_order: