From e6286a8ee49573eef9fc14d6f08f39d4e6de9430 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9F=B3=E6=B8=85=E7=88=BD?= Date: Tue, 29 Apr 2025 15:20:24 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B6=85=E7=AE=A1=E5=90=8E=E5=8F=B0=20-=20?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=85=B3=E8=81=94=E8=AE=BE=E5=A4=87=E6=9C=AA?= =?UTF-8?q?=E7=99=BB=E5=BD=95=E5=BE=AE=E4=BF=A1=EF=BC=8C=E8=AE=BE=E5=A4=87?= =?UTF-8?q?=E6=B6=88=E5=A4=B1=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../company/GetCompanyDevicesForProfileController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); } /**