when($filter,function ($q){ $q->where("status",self::COMMON_ON); })->order("id asc")->select(); } // 获取列表 public static function getAllList(): Collection { return self::order('id', 'asc') ->select(); } }