@@ -455,10 +455,7 @@ def create_langgraph_workflow():
},
structure_result
)
-
- logger.info(f"结构化结果: {structure_result}, 存储结果: {parsing_affected}")
logger.info(f"调试信息: affected={affected}, content_id={content_id}, result_status={result_status}")
- logger.info(f"--------------------------------")
ok = affected is not None and affected > 0 and parsing_affected is not None and parsing_affected > 0
if ok:
success_count += 1