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
e2ea349d
...
e2ea349d7a22306d0068c68bc1ddc46849fa900a
authored
2025-03-28 16:42:20 +0800
by
Cong.Zhao
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
*
1 parent
3f99567c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
app/Services/IssueService.php
app/Services/IssueService.php
View file @
e2ea349
...
...
@@ -68,7 +68,7 @@ class IssueService extends Service
$company_ids
=
Stakeholder
::
query
()
->
whereIn
(
'id'
,
$this
->
request
->
get
(
'stakeholder_ids'
))
->
pluck
(
'company_id'
)
->
toArray
();
$subject
=
Subject
::
query
()
->
whereIn
(
'company_id'
,
$company_ids
)
->
where
(
'
brand_id'
,
'>'
,
0
)
->
where
(
'
attr'
,
'like'
,
'%3%'
)
->
get
([
'no as value'
,
'name'
,
'company_id'
])
->
filter
(
function
(
$item
)
use
(
$filter
)
{
if
(
$item
->
company_id
!=
1
)
{
return
true
;
...
...
Please
register
or
sign in
to post a comment