@Transactional 추가
This commit is contained in:
parent
48706f0bd5
commit
28124fc059
|
@ -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("잘못된 접근입니다.")
|
||||
|
|
Loading…
Reference in New Issue