add tags field

This commit is contained in:
pengtao 2019-11-06 14:20:42 +08:00
parent 4fc5007b66
commit 61779400df

View File

@ -191,7 +191,7 @@ def main():
elif methods == "report": elif methods == "report":
tap.build_report() tap.build_report()
elif methods == 'all': elif methods == 'all':
tap.get_order() #tap.get_order()
tap.build_report() tap.build_report()
else: else:
print("PLS input methods in ('data','report')") print("PLS input methods in ('data','report')")