Commit 89c1c350 by chenyuanjie

uk站点取消ac类型词

parent 04531b00
......@@ -17,6 +17,10 @@ if __name__ == '__main__':
assert date_type is not None, "date_type 不能为空!"
assert date_info is not None, "date_info 不能为空!"
if site_name == 'uk' and st_type == 'ac':
print("uk站点已无ac类型词,退出执行!")
sys.exit(0)
hive_tb = f"ods_search_term_{st_type}"
if st_type in ["zr", "sp"]:
......
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