浏览代码

会员升级

Kirin 10 月之前
父节点
当前提交
df1f1bf66d
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      app/controller/admin/v1/system/attachment/SystemAttachment.php

+ 1 - 0
app/controller/admin/v1/system/attachment/SystemAttachment.php

@@ -44,6 +44,7 @@ class SystemAttachment extends AuthController
             ['file_type', 1]
         ]);
         $where['type'] = 1;
+        $where['module_type'] = 1;
         return $this->success($this->service->getImageList($where));
     }