|
@@ -33,6 +33,13 @@ class GenaralRecordRepository
|
|
|
$where[] = ['virus_behavior_id', $request['virus_behavior_id']];
|
|
|
}
|
|
|
|
|
|
+ if(isset($request['behavior_identification'])){
|
|
|
+ if ($request['type'] == 1){
|
|
|
+
|
|
|
+ }
|
|
|
+ $where[] = ['virus_behavior_id', $request['virus_behavior_id']];
|
|
|
+ }
|
|
|
+
|
|
|
return $this->generalRecord
|
|
|
->where($where)
|
|
|
->where(function($query) use ($request){
|