正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -25,7 +25,7 @@ class AiCommandController extends BaseController | @@ -25,7 +25,7 @@ class AiCommandController extends BaseController | ||
| 25 | */ | 25 | */ |
| 26 | public function lists(AiCommandModel $aiCommandModel){ | 26 | public function lists(AiCommandModel $aiCommandModel){ |
| 27 | if(!empty($this->map['scene'])){ | 27 | if(!empty($this->map['scene'])){ |
| 28 | - $this->map[] = ['name|key|ai' => ['like','%'.$this->map['scene'].'%']]; | 28 | + $this->map['name|key|ai'] = ['like','%'.$this->map['scene'].'%']; |
| 29 | unset($this->map['scene']); | 29 | unset($this->map['scene']); |
| 30 | } | 30 | } |
| 31 | 31 |
-
请 注册 或 登录 后发表评论