no message

main
이범준 1 year ago
parent 3eff13beb5
commit 2f3f38dd34

@ -37,10 +37,10 @@ public class Mngt03Controller extends MessageController {
mav.setViewName("fims/mngt/mngt03010-main");
mav.addObject("pageName", "mngt03010");
Map<String, List<CommonCode>> commonCodes = codeService.getCodesOf("MSG005","MSG006");
Map<String, List<CommonCode>> commonCodes = codeService.getCodesOf("MSG005","MSG006","MSG007");
mav.addObject("MSG005List", commonCodes.get("MSG005"));
mav.addObject("MSG006List", commonCodes.get("MSG006"));
mav.addObject("MSG007List", commonCodes.get("MSG007"));
return mav;
}

Loading…
Cancel
Save