공통코드 수정

main
이범준 10 months ago
parent 4a010d6810
commit 686656b4e9

@ -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"; }

@ -181,7 +181,7 @@ public class Crdn06Controller extends ApplicationController {
String vltnByTask = ""; String vltnByTask = "";
switch(query.getTaskSeCd()) { switch(query.getTaskSeCd()) {
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"; }

@ -313,7 +313,7 @@ public class CrdnCvlcptMainBean extends AbstractComponent {
} else if(crdnCvlcpt.getAnsRsnCd().startsWith("3")) { } else if(crdnCvlcpt.getAnsRsnCd().startsWith("3")) {
crdnCvlcpt.setPrcsSumry("과태료 부과"); crdnCvlcpt.setPrcsSumry("과태료 부과");
switch(crdnCvlcpt.getTaskSeCd()) { switch(crdnCvlcpt.getTaskSeCd()) {
case "PVS" -> codeGroupId = "WEB002"; case "PVS" -> codeGroupId = "FIM004";
case "BPV" -> codeGroupId = "FIM005"; case "BPV" -> codeGroupId = "FIM005";
case "DPV" -> codeGroupId = "FIM006"; case "DPV" -> codeGroupId = "FIM006";
case "ECA" -> codeGroupId = "FIM061"; case "ECA" -> codeGroupId = "FIM061";

Loading…
Cancel
Save