-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
- img aop 문제 발견
- img update 함수 null 값 체크 (null값인데 빈사진으로 update 시켜버림)
@ImgAop
ProjectService.save(){
imgService.save(titleImg);
projectStroyService.saveNewStory(List, List);
}
@ImgAop
ProjectStroyService.saveNewstory(List, List){
imgService.save(imgs);
}
ImgAop가 적용된 함수에서 다른 ImgAop가 적용된 함수를 호출할 때 List에 값이 저장되지 않아 rollback이 되지 않음!
Metadata
Metadata
Assignees
Labels
No labels