diff --git a/src/main/java/run/halo/app/service/impl/AttachmentServiceImpl.java b/src/main/java/run/halo/app/service/impl/AttachmentServiceImpl.java index 3fc6a7340..1045a86df 100644 --- a/src/main/java/run/halo/app/service/impl/AttachmentServiceImpl.java +++ b/src/main/java/run/halo/app/service/impl/AttachmentServiceImpl.java @@ -18,6 +18,7 @@ import run.halo.app.model.entity.Attachment; import run.halo.app.model.enums.AttachmentType; import run.halo.app.model.params.AttachmentQuery; import run.halo.app.model.properties.AttachmentProperties; +import run.halo.app.model.properties.OtherProperties; import run.halo.app.model.support.UploadResult; import run.halo.app.repository.AttachmentRepository; import run.halo.app.service.AttachmentService; @@ -157,13 +158,15 @@ public class AttachmentServiceImpl extends AbstractCrudService