Commit e2ea349d e2ea349d7a22306d0068c68bc1ddc46849fa900a by Cong.Zhao

*

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