Kirin 10 месяцев назад
Родитель
Сommit
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]
             ['file_type', 1]
         ]);
         ]);
         $where['type'] = 1;
         $where['type'] = 1;
+        $where['module_type'] = 1;
         return $this->success($this->service->getImageList($where));
         return $this->success($this->service->getImageList($where));
     }
     }