|
@@ -498,6 +498,9 @@ class BehaviorRepository
|
|
|
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']];
|
|
|
+ }
|
|
|
|
|
|
if ($type == 'registered_record') {
|
|
|
$registeredRecord = $this->registeredRecord;
|