zqwang 1 年之前
父节点
当前提交
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.'%'];