zqwang 1 year ago
parent
commit
e647c9cae5
1 changed files with 1 additions and 1 deletions
  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.'%'];