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();