@Transactional 추가
This commit is contained in:
@@ -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("잘못된 접근입니다.")
|
||||
|
Reference in New Issue
Block a user