Skip to content

ImgService #18

@kwonhee1

Description

@kwonhee1
  1. img aop 문제 발견
  2. 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions