From 519bcd490b9a0082f7640640f0eee30740d4a393 Mon Sep 17 00:00:00 2001 From: leebeomjun Date: Tue, 5 Mar 2024 13:15:32 +0900 Subject: [PATCH] no message --- src/main/java/cokr/xit/fims/base/FileController.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/cokr/xit/fims/base/FileController.java b/src/main/java/cokr/xit/fims/base/FileController.java index e96e6e45..0b2622fe 100644 --- a/src/main/java/cokr/xit/fims/base/FileController.java +++ b/src/main/java/cokr/xit/fims/base/FileController.java @@ -114,7 +114,7 @@ public class FileController extends cokr.xit.base.file.web.FileController { FileQuery cvlcptFileQuery = new FileQuery(); if(linkTblNm.equals("TB_ESB_INTERFACE")) { cvlcptFileQuery.setInfoType("010"); - } else if(linkTblNm.equals("TB_SAEOL")) { + } else if(linkTblNm.equals("TB_SA_CVLCPT_DTL")) { cvlcptFileQuery.setInfoType("020"); } else { throw new RuntimeException("파일 조회 중 오류가 발생하였습니다.");