|
|
@ -266,7 +266,7 @@ public class Crdn05Controller extends ApplicationController {
|
|
|
|
|
|
|
|
|
|
|
|
List<LayoutDescriptor> layoutDescriptors = crdnStngService.getLinkFileLayoutMetadata(sggCd, taskSeCd, institute, deptCd);
|
|
|
|
List<LayoutDescriptor> layoutDescriptors = crdnStngService.getLinkFileLayoutMetadata(sggCd, taskSeCd, institute, deptCd);
|
|
|
|
|
|
|
|
|
|
|
|
Map<String, List<CommonCode>> codeInfo = getCodesOf("FIM007","WEB002","FIM005","FIM006","FIM005","FIM061");
|
|
|
|
Map<String, List<CommonCode>> codeInfo = getCodesOf("FIM007","FIM004","FIM005","FIM006","FIM005","FIM061");
|
|
|
|
|
|
|
|
|
|
|
|
if(layoutDescriptors == null || layoutDescriptors.isEmpty()) {
|
|
|
|
if(layoutDescriptors == null || layoutDescriptors.isEmpty()) {
|
|
|
|
throw new RuntimeException("연계파일 레이아웃 정보 조회에 실패하였습니다.");
|
|
|
|
throw new RuntimeException("연계파일 레이아웃 정보 조회에 실패하였습니다.");
|
|
|
@ -405,7 +405,7 @@ public class Crdn05Controller extends ApplicationController {
|
|
|
|
String vltnByTask = "";
|
|
|
|
String vltnByTask = "";
|
|
|
|
|
|
|
|
|
|
|
|
switch(urlTaskSeCd) {
|
|
|
|
switch(urlTaskSeCd) {
|
|
|
|
case "PVS" -> { vltnByTask = "WEB002"; }
|
|
|
|
case "PVS" -> { vltnByTask = "FIM004"; }
|
|
|
|
case "BPV" -> { vltnByTask = "FIM005"; }
|
|
|
|
case "BPV" -> { vltnByTask = "FIM005"; }
|
|
|
|
case "DPV" -> { vltnByTask = "FIM006"; }
|
|
|
|
case "DPV" -> { vltnByTask = "FIM006"; }
|
|
|
|
case "ECA" -> { vltnByTask = "FIM061"; }
|
|
|
|
case "ECA" -> { vltnByTask = "FIM061"; }
|
|
|
|