Kirin 10 kuukautta sitten
vanhempi
commit
df1f1bf66d

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