cqp 6 ماه پیش
والد
کامیت
5e2fb8ebdd
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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('open_id','id')
+                    ->pluck('openid','id')
                     ->toArray();
                     ->toArray();
 
 
                 foreach ($data as $todo) {
                 foreach ($data as $todo) {