|
@@ -342,7 +342,6 @@ class UserInfo extends BaseController
|
|
|
->page($page, $size)
|
|
|
->append(['plat', 'company_relaton'])
|
|
|
->withAttr('company_relaton', function ($val, $da) {
|
|
|
- return [];
|
|
|
return Db::name("account_company")
|
|
|
->where(["account_id" => $da['id'], "is_del" => 0])
|
|
|
->field("companyCode,companyName,company_type,is_main,status")
|