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
cb6ed517
...
cb6ed5172400bf2b51d50fb21ed182ffe19d4bf9
authored
2021-08-18 17:55:40 +0800
by
lemon
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
*
1 parent
b7e5078f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
app/Models/Legal/Stakeholder.php
app/Models/Legal/Stakeholder.php
View file @
cb6ed51
...
...
@@ -44,7 +44,7 @@ class Stakeholder extends BaseModel
$stakeholder
=
array_merge
(
$stakeholder
,
$stakeholder_ids
);
break
;
case
2
:
$stakeholder
=
Stakeholder
::
query
()
->
where
([
'type'
=>
2
,
'c
ompany_no
'
=>
$identifier
->
identifier
])
->
pluck
(
'id'
)
->
toArray
();
$stakeholder
=
Stakeholder
::
query
()
->
where
([
'type'
=>
2
,
'c
redit_code
'
=>
$identifier
->
identifier
])
->
pluck
(
'id'
)
->
toArray
();
break
;
default
:
return
[];
...
...
Please
register
or
sign in
to post a comment