test #140

Merged
klaus merged 5 commits from test into main 2024-03-12 06:20:02 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 28124fc059 - Show all commits

View File

@ -35,6 +35,7 @@ class CreatorAdminSignatureService(
return GetSignatureListResponse(totalCount, items)
}
@Transactional
fun createSignature(can: Int, image: MultipartFile, memberId: Long) {
val member = memberRepository.findCreatorByIdOrNull(memberId = memberId)
?: throw SodaException("잘못된 접근입니다.")