peijunlei 2 weeks ago
parent
commit
eeb87e1676
  1. 2
      app/controller/backend/AttachmentController.php

2
app/controller/backend/AttachmentController.php

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

Loading…
Cancel
Save