From db3e162bf2f97b04d50fdeb6285bf9318fe6d5ae Mon Sep 17 00:00:00 2001 From: chengxl Date: Tue, 14 Oct 2025 09:20:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=A1=E5=AF=B9=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/api/controller/Proofread.php | 1 + 1 file changed, 1 insertion(+) diff --git a/application/api/controller/Proofread.php b/application/api/controller/Proofread.php index d287db8..541aedc 100644 --- a/application/api/controller/Proofread.php +++ b/application/api/controller/Proofread.php @@ -316,6 +316,7 @@ class Proofread extends Base } Db::startTrans(); //更新原始内容 + $result_main = true; if(!empty($sUpdateContent)){ $aWhere = ['am_id' => $iAmId,'state' => 0,'type' => 0]; $aUpdate = ['content' => $sUpdateContent];