Compare commits

..

No commits in common. "753bab0c48521ec4c59b43d9c56382d92f3da6c4" and "3a1a85caaec03b5179068afe6d9f5abf56228f9e" 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 {