|
@@ -32,6 +32,9 @@ class RegisteredRecordRepository
|
|
|
if(isset($request['trigger_type'])){
|
|
|
$where[] = ['trigger_type', $request['trigger_type']];
|
|
|
}
|
|
|
+ if(isset($request['virus_behavior_id'])){
|
|
|
+ $where[] = ['virus_behavior_id', $request['virus_behavior_id']];
|
|
|
+ }
|
|
|
|
|
|
return $this->registeredRecord
|
|
|
->where($where)
|