作者 赵彬吉

update

@@ -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