root 5 年之前
父節點
當前提交
2346b1a2dc
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      app/Http/Controllers/PlanController.php

+ 0 - 1
app/Http/Controllers/PlanController.php

@@ -11,7 +11,6 @@ class PlanController extends Controller
     public function fetch (Request $request) {
         if ($request->input('id')) {
             $plan = Plan::where('id', $request->input('id'))
-                ->where('show', 1)
                 ->first();
             if (!$plan) {
                 abort(500, '该订阅不存在');