dev #464

Merged
ysCha merged 181 commits from dev into dev-deploy 2026-04-08 10:17:03 +09:00
Showing only changes of commit 4a15fc5ef4 - 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 {