YII2 WHERE条件 不等于的写法 uleeb • 2015年8月3日 self::find()->asArray()->where(['parent_id'=>'0'])->andWhere(['<>','id',$mine])->orderBy('id')->all();