Commit 6ae08443 by fangxingjun

no message

parent 5081bd47
...@@ -32,10 +32,10 @@ def export_data(site_name, date_type, date_info): ...@@ -32,10 +32,10 @@ def export_data(site_name, date_type, date_info):
m=1, m=1,
cols=','.join(cols_list) cols=','.join(cols_list)
) )
# engine.swap_tables( engine.swap_tables(
# source_table=import_table, source_table=import_table,
# target_table=target_table target_table=target_table
# ) )
if __name__ == '__main__': if __name__ == '__main__':
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment