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