admin/app/common/model/supplier/member/Plan.php
@@ -26,7 +26,7 @@ */ public function getEnabledPlans() { return $this->where(['status' => 1, 'app_id' => self::$app_id]) return $this->where(['status' => 1, 'is_default' =>0]) ->order(['sort' => 'asc', 'create_time' => 'desc']) ->select(); }