Skip to content

Commit ca5a1df

Browse files
committed
CLAP-181 feat: 댓글 삭제 API 구현
1 parent 1173db5 commit ca5a1df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/clap/server/application/port/outbound/task/LoadAttachmentPort.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@
88
public interface LoadAttachmentPort {
99
List<Attachment> findAllByTaskIdAndCommentIsNull(Long taskId);
1010
List<Attachment> findAllByTaskIdAndCommentIsNullAndAttachmentId(Long taskId, List<Long> attachmentIds);
11+
List<Attachment> findAllyByTaskIdAndCommentIdAndAttachmentId(Long taskId, Long commentId, List<Long> attachmentIds);
1112
List<Attachment> findAllByTaskIdAndCommentIsNotNull(Long taskId);
1213
}

0 commit comments

Comments
 (0)