Compare commits

..

No commits in common. "650d864ef63083a5d8ddd5a04351de363d24eecf" and "7427c8fe34079660fba7e0810d0b86886dbb4c06" have entirely different histories.

View File

@ -334,13 +334,7 @@ BoardResponse boardResponse = null;
}
/* [1]. QSP API (url + fileNo) Setting */
String url = null;
if("NO".equals(zipYn)) {
url = QSP_API_URL + "/api/file/downloadFile2";
}else{
url = QSP_API_URL + "/api/file/downloadFile";
}
String url = QSP_API_URL + "/api/file/downloadFile";
if ("Y".equals(zipYn)) {
url += "?noticeNo=" + keyNo;
} else {