此节点之后改成不拆分原文内容,直接用参考文献和整段进行对比

This commit is contained in:
wyn
2026-05-21 16:28:28 +08:00
parent d9c3243053
commit f118a799c2

View File

@@ -88,6 +88,7 @@ class ReferenceCheck
$isMatch
);
Db::name('article_reference_check_result')->where('id', $checkId)->update([
'is_match' => $isMatch ? 1 : 0,
'confidence' => $confidence,