tap order 数据写入mysql
This commit is contained in:
parent
0e679c7a38
commit
08ff676af1
@ -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__":
|
||||
|
Loading…
x
Reference in New Issue
Block a user