超管后台 - 修复关联设备未登录微信,设备消失的问题

This commit is contained in:
柳清爽
2025-04-29 15:20:24 +08:00
parent 2793982481
commit e6286a8ee4

View File

@@ -71,7 +71,7 @@ class GetCompanyDevicesForProfileController extends Controller
->select()
->toArray();
return ArrHelper::join($relations, $friendCounts, 'wechatId');
return ArrHelper::leftJoin($relations, $friendCounts, 'wechatId');
}
/**