|
|
@@ -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) {
|