소스 검색

会员升级

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));
     }