cqp 7 ay önce
ebeveyn
işleme
d3dd48b663
1 değiştirilmiş dosya ile 4 ekleme ve 1 silme
  1. 4 1
      app/Console/Commands/ToDoReminder.php

+ 4 - 1
app/Console/Commands/ToDoReminder.php

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