tap order 数据写入mysql

This commit is contained in:
pengtao 2019-10-16 11:37:06 +08:00
parent 6122c05311
commit 407cbaf7b3

View File

@ -45,7 +45,7 @@ class TapTapReport:
def order2mysql(self, data):
mydb = MysqlBase(**self.db_conf)
table_name = "external_data"
table_name = "taptap_order"
for line in data:
temp = {}
try: