diff --git a/Server/application/superadmin/controller/company/GetCompanyDevicesForProfileController.php b/Server/application/superadmin/controller/company/GetCompanyDevicesForProfileController.php index 7b134b02..3b4b514d 100644 --- a/Server/application/superadmin/controller/company/GetCompanyDevicesForProfileController.php +++ b/Server/application/superadmin/controller/company/GetCompanyDevicesForProfileController.php @@ -71,7 +71,7 @@ class GetCompanyDevicesForProfileController extends Controller ->select() ->toArray(); - return ArrHelper::join($relations, $friendCounts, 'wechatId'); + return ArrHelper::leftJoin($relations, $friendCounts, 'wechatId'); } /**