조회수 수정

This commit is contained in:
dyhj625 2025-01-24 13:36:40 +09:00
parent 165f9d7fd5
commit 873463f538

View File

@ -60,6 +60,7 @@ public class localbordService {
}
public MapDto getBoardDetail(Long boardId) {
incrementViewCount(boardId);
MapDto boardDetail = boardMapper.selectBoardDetail(boardId);
if (boardDetail != null) {
enrichBoardDetail(boardDetail);