|
|
@@ -44,6 +44,11 @@ class ConfigService extends BaseService
|
|
|
if(isset($search['field']) && !empty($search['field'])){
|
|
|
$where[] = ['field', '=', $search['field']];
|
|
|
}
|
|
|
+
|
|
|
+ if(isset($search['group_id']) && !empty($search['group_id'])){
|
|
|
+ $where[] = ['group_id', '=', $search['group_id']];
|
|
|
+ }
|
|
|
+
|
|
|
if(isset($search['id']) && !empty($search['id'])){
|
|
|
$where[] = ['id', '=', $search['id']];
|
|
|
}
|