@@ -81,7 +81,10 @@ class ToDoReminder extends Command
$shouldRemind = true;
}
- if (! $shouldRemind) continue;
+ if (! $shouldRemind){
+ echo $todo->id."|";
+ continue;
+ }
// 先发送微信消息(接口可能失败)
try {