@@ -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.'%'];