Compare commits

..

No commits in common. "14eda39da42a287bbe3b829abb0f38c69de5bf31" and "68d064830b0afc57c86983849cadf16c239ab9d8" have entirely different histories.

View File

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