|
|
@@ -52,6 +52,9 @@ class KeyboardService extends BaseService
|
|
|
if (isset($search['button']) && !empty($search['button'])) {
|
|
|
$where[] = ['button', '=', $search['button']];
|
|
|
}
|
|
|
+ if (isset($search['explain']) && !empty($search['explain'])) {
|
|
|
+ $where[] = ['explain', '=', $search['explain']];
|
|
|
+ }
|
|
|
|
|
|
return $where;
|
|
|
}
|