zqwang %!s(int64=2) %!d(string=hai) anos
pai
achega
e647c9cae5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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.'%'];