fix : 심사대상 등록 fix

dev
minuk926 3 years ago
parent 8ad0ad63fd
commit 2c38855341

@ -109,7 +109,7 @@ public class CmmFileController {
} catch (IOException e) { } catch (IOException e) {
//throw new CustomBaseException(ErrorCode.FILE_NOT_FOUND); //throw new CustomBaseException(ErrorCode.FILE_NOT_FOUND);
contentType = "application/octet-stream"; contentType = "application/octet-stream";
fileName = "FileNotFound"; //fileName = "FileNotFound";
} }
File file = new File(absFile); File file = new File(absFile);

Loading…
Cancel
Save