bug修复
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user