From f118a799c22c18c49e4779b438832285631a091a Mon Sep 17 00:00:00 2001 From: wyn <1074145239@qq.com> Date: Thu, 21 May 2026 16:28:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=AD=A4=E8=8A=82=E7=82=B9=E4=B9=8B=E5=90=8E?= =?UTF-8?q?=E6=94=B9=E6=88=90=E4=B8=8D=E6=8B=86=E5=88=86=E5=8E=9F=E6=96=87?= =?UTF-8?q?=E5=86=85=E5=AE=B9=EF=BC=8C=E7=9B=B4=E6=8E=A5=E7=94=A8=E5=8F=82?= =?UTF-8?q?=E8=80=83=E6=96=87=E7=8C=AE=E5=92=8C=E6=95=B4=E6=AE=B5=E8=BF=9B?= =?UTF-8?q?=E8=A1=8C=E5=AF=B9=E6=AF=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/api/job/ReferenceCheck.php | 1 + 1 file changed, 1 insertion(+) diff --git a/application/api/job/ReferenceCheck.php b/application/api/job/ReferenceCheck.php index 0c15c4f5..1078b8ca 100644 --- a/application/api/job/ReferenceCheck.php +++ b/application/api/job/ReferenceCheck.php @@ -88,6 +88,7 @@ class ReferenceCheck $isMatch ); + Db::name('article_reference_check_result')->where('id', $checkId)->update([ 'is_match' => $isMatch ? 1 : 0, 'confidence' => $confidence,