Compare commits
No commits in common. "753bab0c48521ec4c59b43d9c56382d92f3da6c4" and "3a1a85caaec03b5179068afe6d9f5abf56228f9e" have entirely different histories.
753bab0c48
...
3a1a85caae
@ -334,13 +334,7 @@ BoardResponse boardResponse = null;
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* [1]. QSP API (url + fileNo) Setting */
|
/* [1]. QSP API (url + fileNo) Setting */
|
||||||
String url = null;
|
String url = QSP_API_URL + "/api/file/downloadFile";
|
||||||
if("NO".equals(zipYn)) {
|
|
||||||
url = QSP_API_URL + "/api/file/downloadFile2";
|
|
||||||
}else{
|
|
||||||
url = QSP_API_URL + "/api/file/downloadFile";
|
|
||||||
}
|
|
||||||
|
|
||||||
if ("Y".equals(zipYn)) {
|
if ("Y".equals(zipYn)) {
|
||||||
url += "?noticeNo=" + keyNo;
|
url += "?noticeNo=" + keyNo;
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user