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