🌳 에러 코드
🌳 해결 방법
🌾 원인 : userId로 조회해서 모든 사용자의 글이 수정되는 현상.
🌾 해결 방법 : userId -> reviewId로 변경해서 해당 글만 수정되게 수정.
Before
After
'코딩 에러 및 질문' 카테고리의 다른 글
Cause: java.sql.SQLException (0) | 2023.05.29 |
---|---|
org.apache.ibatis.binding.BindingException (0) | 2023.05.27 |
Cause: java.sql.SQLSyntaxErrorException (0) | 2023.05.26 |
nested exception is org.apache.ibatis.binding.BindingException: (0) | 2023.05.26 |
org.springframework.web.bind.MissingServletRequestParameterException (0) | 2023.05.26 |