tap order 数据写入mysql

This commit is contained in:
pengtao 2019-10-16 14:10:25 +08:00
parent fcfce04d5f
commit 31e3d2cbf7

View File

@ -28,6 +28,7 @@ class TapTapReport:
for item in (self.day, self.bday):
b_d = self.split_order_data(item)
#print(f"b_d={b_d}")
pdb.set_trace()
all.update(b_d)
print(len(all.keys()))
#print(all)