|
|
@ -58,7 +58,7 @@ class AttachmentController extends BaseController |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
if($type){ |
|
|
if($type){ |
|
|
// $where[] = ['type', '=', $type];
|
|
|
|
|
|
|
|
|
$where[] = ['type', '=', $type]; |
|
|
} |
|
|
} |
|
|
$name = input('name'); |
|
|
$name = input('name'); |
|
|
if(!empty($name)){ |
|
|
if(!empty($name)){ |
|
|
|