From 0da8a75fbee864aab8bbd22f1b9d37ccdda0ba07 Mon Sep 17 00:00:00 2001 From: wong <106998207@qq.com> Date: Mon, 29 Sep 2025 11:57:35 +0800 Subject: [PATCH] =?UTF-8?q?bug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Server/application/command/KfNoticeCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Server/application/command/KfNoticeCommand.php b/Server/application/command/KfNoticeCommand.php index 0aeaab91..4c485826 100644 --- a/Server/application/command/KfNoticeCommand.php +++ b/Server/application/command/KfNoticeCommand.php @@ -101,7 +101,7 @@ class KfNoticeCommand extends Command 'createTime' => $v['reminderTime'], ]; } - FollowUp::where($where)->update(['isRemind' => 1]); + ToDo::where($where)->update(['isRemind' => 1]); } $noticeModel = new NoticeModel();