cqp 8 ay önce
ebeveyn
işleme
a9be666350
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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)
                 $wxInfo = WxEmployeeOfficial::where('employee_id', $crtIds)
                     ->where('type', WxEmployeeOfficial::login_type_two)
                     ->where('type', WxEmployeeOfficial::login_type_two)
                     ->where('appid', $appid)
                     ->where('appid', $appid)
-                    ->pluck('openid','id')
+                    ->pluck('openid','employee_id')
                     ->toArray();
                     ->toArray();
 
 
                 foreach ($data as $todo) {
                 foreach ($data as $todo) {