|
|
|
@ -179,13 +179,14 @@ public class StngController extends ApplicationController {
|
|
|
|
|
ModelAndView mav = new ModelAndView("fims/stng01020-main");
|
|
|
|
|
mav.addObject("pageName", "stng01020");
|
|
|
|
|
|
|
|
|
|
Map<String, List<CommonCode>> commonCodes = getCodesOf("FIM054","FIM047","FIM078","FIM080");
|
|
|
|
|
Map<String, List<CommonCode>> commonCodes = getCodesOf("FIM054","FIM047","FIM078","FIM080","EIF001");
|
|
|
|
|
|
|
|
|
|
mav.addObject("FIM047List", commonCodes.get("FIM047"));
|
|
|
|
|
mav.addObject("FIM054List", commonCodes.get("FIM054"));
|
|
|
|
|
mav.addObject("TaskListForSgg", stngBean.filterTaskSectionCodeForSgg(commonCodes.get("FIM054")));
|
|
|
|
|
mav.addObject("FIM078List", commonCodes.get("FIM078"));
|
|
|
|
|
mav.addObject("FIM080List", commonCodes.get("FIM080"));
|
|
|
|
|
mav.addObject("TmplatList", commonCodes.get("EIF001"));
|
|
|
|
|
addCodes(commonCodes, mav, "FIM047", "FIM054", "FIM078","FIM080");
|
|
|
|
|
|
|
|
|
|
return mav;
|
|
|
|
|