Compare commits
No commits in common. "650d864ef63083a5d8ddd5a04351de363d24eecf" and "7427c8fe34079660fba7e0810d0b86886dbb4c06" have entirely different histories.
650d864ef6
...
7427c8fe34
@ -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