YII2 MYSQL WHERE多个条件的写法

Category::find()->asArray()->where(['game_id'=>$game_id,'status'=>'1','type'=>['notice','notice_full','notice_single']])->orderBy('listorder')->limit($limit)->all();