Kirin преди 10 месеца
родител
ревизия
31e6db5bea
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  1. 0 1
      app/controller/admin/v1/system/attachment/SystemAttachment.php

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

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