Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Cong.Zhao
/
musician-api.hikoon.com
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
c3f666dd
...
c3f666dd0421786cfa1a678e422919a284ce049c
authored
2022-12-07 17:01:56 +0800
by
lemon
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
歌曲文件
1 parent
b90c34d9
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
app/Services/MusicianUserService.php
app/Services/MusicianUserService.php
View file @
c3f666d
...
...
@@ -36,6 +36,6 @@ class MusicianUserService extends Service
public
function
getCompanyByName
()
{
$ids
=
AppCompany
::
query
()
->
whereIn
(
'company_name'
,
$this
->
request
->
input
(
'name'
))
->
pluck
(
'company_id'
)
->
toArray
();
return
Response
::
success
(
[
'company_ids'
=>
$ids
]
);
return
Response
::
success
(
$ids
);
}
}
...
...
Please
register
or
sign in
to post a comment