tap order 数据写入mysql

This commit is contained in:
pengtao 2019-10-17 10:24:28 +08:00
parent 0e679c7a38
commit 08ff676af1

View File

@ -180,6 +180,9 @@ def main():
tap.get_order()
elif methods == "report":
tap.build_report()
elif methods == 'all':
tap.get_order()
tap.build_report()
else:
print("PLS input methods in ('data','report')")
if __name__ == "__main__":