cqp 4 달 전
부모
커밋
a9be666350
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)
                     ->where('type', WxEmployeeOfficial::login_type_two)
                     ->where('appid', $appid)
-                    ->pluck('openid','id')
+                    ->pluck('openid','employee_id')
                     ->toArray();
 
                 foreach ($data as $todo) {