feature/jp-0331 #526

Open
jungpyo2001 wants to merge 998 commits from feature/jp-0331 into main
Showing only changes of commit 9653e7556a - Show all commits

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 {