|
...
|
...
|
@@ -239,7 +239,7 @@ class OptimizeController extends BaseController |
|
|
|
}
|
|
|
|
if(isset($this->map['channel_id']) && !empty($this->map['channel_id'])){
|
|
|
|
$query->where(function ($subQuery) {
|
|
|
|
$subQuery->orWhere('gl_project.channel','like','%"zone_id": "'.$this->map['channel_id'].'"%')
|
|
|
|
$subQuery->orWhere('gl_project.channel','like','%"channel_id": "'.$this->map['channel_id'].'"%')
|
|
|
|
->orWhere('gl_project.channel','like','%"zone_id": '.$this->map['channel_id'].'%');
|
|
|
|
});
|
|
|
|
}
|
...
|
...
|
|