超管后台 - 修复关联设备未登录微信,设备消失的问题
This commit is contained in:
@@ -71,7 +71,7 @@ class GetCompanyDevicesForProfileController extends Controller
|
||||
->select()
|
||||
->toArray();
|
||||
|
||||
return ArrHelper::join($relations, $friendCounts, 'wechatId');
|
||||
return ArrHelper::leftJoin($relations, $friendCounts, 'wechatId');
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user