Example #1
0
 public static function find()
 {
     return parent::find()->where([Order::tableName() . '.isdel' => 0]);
 }