From 19a056d2ed101d362383202fcc603e2500e38db4 Mon Sep 17 00:00:00 2001
From: sqw123 <3151435339@qq.com>
Date: Sun, 07 Dec 2025 19:04:20 +0800
Subject: [PATCH] 去除多余空格

---
 admin/app/common/model/supplier/member/Plan.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/admin/app/common/model/supplier/member/Plan.php b/admin/app/common/model/supplier/member/Plan.php
index 0f22cb4..314289f 100644
--- a/admin/app/common/model/supplier/member/Plan.php
+++ b/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();
     }

--
Gitblit v1.9.2