문의게시판 상세 api 수정

This commit is contained in:
ysCha 2025-10-01 11:08:30 +09:00
parent 109a0419de
commit 9653e7556a

View File

@ -157,6 +157,7 @@ public class BoardService {
.queryParam("compCd", boardRequest.getCompCd())
.queryParam("loginId", boardRequest.getLoginId())
.queryParam("langCd", boardRequest.getLangCd())
.queryParam("siteTpCd", boardRequest.getSiteTpCd())
.build()
.toUriString();
} else {