bug修复

This commit is contained in:
wong
2025-09-29 11:57:35 +08:00
parent 4a946062b3
commit 0da8a75fbe

View File

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