Commit e2ea349d e2ea349d7a22306d0068c68bc1ddc46849fa900a by Cong.Zhao

*

1 parent 3f99567c
...@@ -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;
......