*
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -68,7 +68,7 @@ class IssueService extends Service | ... | @@ -68,7 +68,7 @@ class IssueService extends Service |
| 68 | 68 | ||
| 69 | $company_ids = Stakeholder::query()->whereIn('id', $this->request->get('stakeholder_ids'))->pluck('company_id')->toArray(); | 69 | $company_ids = Stakeholder::query()->whereIn('id', $this->request->get('stakeholder_ids'))->pluck('company_id')->toArray(); |
| 70 | $subject = Subject::query()->whereIn('company_id', $company_ids) | 70 | $subject = Subject::query()->whereIn('company_id', $company_ids) |
| 71 | ->where('brand_id', '>', 0) | 71 | ->where('attr', 'like', '%3%') |
| 72 | ->get(['no as value', 'name', 'company_id'])->filter(function ($item) use ($filter) { | 72 | ->get(['no as value', 'name', 'company_id'])->filter(function ($item) use ($filter) { |
| 73 | if ($item->company_id != 1) { | 73 | if ($item->company_id != 1) { |
| 74 | return true; | 74 | return true; | ... | ... |
-
Please register or sign in to post a comment