|
|
@ -114,7 +114,7 @@ public class FileController extends cokr.xit.base.file.web.FileController {
|
|
|
|
FileQuery cvlcptFileQuery = new FileQuery();
|
|
|
|
FileQuery cvlcptFileQuery = new FileQuery();
|
|
|
|
if(linkTblNm.equals("TB_ESB_INTERFACE")) {
|
|
|
|
if(linkTblNm.equals("TB_ESB_INTERFACE")) {
|
|
|
|
cvlcptFileQuery.setInfoType("010");
|
|
|
|
cvlcptFileQuery.setInfoType("010");
|
|
|
|
} else if(linkTblNm.equals("TB_SAEOL")) {
|
|
|
|
} else if(linkTblNm.equals("TB_SA_CVLCPT_DTL")) {
|
|
|
|
cvlcptFileQuery.setInfoType("020");
|
|
|
|
cvlcptFileQuery.setInfoType("020");
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
throw new RuntimeException("파일 조회 중 오류가 발생하였습니다.");
|
|
|
|
throw new RuntimeException("파일 조회 중 오류가 발생하였습니다.");
|
|
|
|