超管后台 - 对接项目关联子账号列表 至后台

This commit is contained in:
柳清爽
2025-04-23 17:55:46 +08:00
parent 4c72de9309
commit 5c3869c23d
2 changed files with 122 additions and 43 deletions

View File

@@ -24,7 +24,7 @@ class GetCompanySubusersForProfileController extends Controller
'isAdmin' => 0
];
return UserModel::field('id,account,username,avatar,status,createTime,typeId')->where($where)->select()->toArray();
return UserModel::field('id,account,phone,username,avatar,status,createTime,typeId')->where($where)->select()->toArray();
}
/**