문자발송 상태 조회조건 추가

main
이범준 1 year ago
parent fa8159161c
commit 3eff13beb5

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

Loading…
Cancel
Save