2 Commits

Author SHA1 Message Date
loucongjun 3fcc3bd788 Merge remote-tracking branch 'origin/master' 2 weeks ago
loucongjun 9b844a6015 fix(backend): disable type filter in attachment query 2 weeks ago
  1. 2
      app/controller/backend/AttachmentController.php

2
app/controller/backend/AttachmentController.php

@ -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)){

Loading…
Cancel
Save