diff --git a/taptap/taptap_report.py b/taptap/taptap_report.py index c663138..2ca3759 100644 --- a/taptap/taptap_report.py +++ b/taptap/taptap_report.py @@ -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: