2.19 判断是否招标文件

This commit is contained in:
zy123 2025-02-19 16:09:50 +08:00
parent 1795a4b2cf
commit 5463a0b0d3

View File

@ -52,7 +52,7 @@ def judge_zbfile() -> Any: #判断是否是招标文件
logger.info(f"Local file path: {downloaded_filepath}")
# 调用实际的判断函数
judge_result = judge_zbfile_exec_sub(downloaded_filepath)
judge_result = judge_zbfile_exec(downloaded_filepath)
judge = JudgeResult.YES if judge_result else JudgeResult.NO
end_time = time.time()