2 Commits

Author SHA1 Message Date
zhangf@suq.cn 2111edc102 Merge remote-tracking branch 'origin/master' 2 weeks ago
zhangf@suq.cn 902276bd27 style(backend): 修正附件控制器中的代码格式 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