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