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