zqwang 2 سال پیش
والد
کامیت
e647c9cae5
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      modules/Channel/Http/Controllers/PayTemplateController.php

+ 1 - 1
modules/Channel/Http/Controllers/PayTemplateController.php

@@ -48,7 +48,7 @@ class PayTemplateController extends CatchController
         $type = $request->input('type');
         $where = [[
             'uid','=',$uid,
-            'type', '=', $type,
+            // 'type', '=', $type,
         ]];
         if($name){
             $where[] = ['name','like','%'.$name.'%'];