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