🌳 에러 코드
댓글이 있는 글에, 비어이있는 댓글 계속 나오는 현상.
🌳 해결 방법
🌾 원인 : xml에서 reviewId로 파라미터를 받아서 comment - id를 조회해서 비어있는 댓글이 나오는 현상.
🌾 해결 방법 : id -> reviewId로 변경!
Before
After
'코딩 에러 및 질문' 카테고리의 다른 글
nested exception is org.apache.ibatis.binding.BindingException: (0) | 2023.05.26 |
---|---|
org.springframework.web.bind.MissingServletRequestParameterException (0) | 2023.05.26 |
"ERROR" dispatch for POST "/error", parameters={masked} (0) | 2023.05.25 |
리뷰글이 많은 순서대로 조회하기 (0) | 2023.05.24 |
org.apache.ibatis.binding.BindingException (0) | 2023.05.23 |