cqp před 2 měsíci
rodič
revize
a9be666350
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      app/Console/Commands/ToDoReminder.php

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

@@ -68,7 +68,7 @@ class ToDoReminder extends Command
                 $wxInfo = WxEmployeeOfficial::where('employee_id', $crtIds)
                     ->where('type', WxEmployeeOfficial::login_type_two)
                     ->where('appid', $appid)
-                    ->pluck('openid','id')
+                    ->pluck('openid','employee_id')
                     ->toArray();
 
                 foreach ($data as $todo) {