|
|
@@ -58,7 +58,7 @@ class ServiceLists extends BaseApiDataLists implements ListsSearchInterface
|
|
|
$where[] = ['expiration_time', '>=', time()];
|
|
|
if (!empty($this->params['cate_id'])) {
|
|
|
|
|
|
- $where[] = ['cate_id', 'like', '%' . ',' .$this->params['cate_id'].',' . '%'];
|
|
|
+ $where[] = ['cate_id', 'in', $this->params['cate_id']];
|
|
|
}
|
|
|
|
|
|
if (!empty($this->params['area_id'])) {
|