조회수 수정
This commit is contained in:
parent
165f9d7fd5
commit
873463f538
@ -60,6 +60,7 @@ public class localbordService {
|
||||
}
|
||||
|
||||
public MapDto getBoardDetail(Long boardId) {
|
||||
incrementViewCount(boardId);
|
||||
MapDto boardDetail = boardMapper.selectBoardDetail(boardId);
|
||||
if (boardDetail != null) {
|
||||
enrichBoardDetail(boardDetail);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user