|
...
|
...
|
@@ -25,7 +25,7 @@ class AiCommandController extends BaseController |
|
|
|
*/
|
|
|
|
public function lists(AiCommandModel $aiCommandModel){
|
|
|
|
if(!empty($this->map['scene'])){
|
|
|
|
$this->map[] = ['name|key|ai' => ['like','%'.$this->map['scene'].'%']];
|
|
|
|
$this->map['name|key|ai'] = ['like','%'.$this->map['scene'].'%'];
|
|
|
|
unset($this->map['scene']);
|
|
|
|
}
|
|
|
|
|
...
|
...
|
|