Browse Source

会员升级

Kirin 10 months ago
parent
commit
df1f1bf66d
1 changed files with 1 additions and 0 deletions
  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));
     }