|
|
|
|
@ -25,7 +25,7 @@ public class SigunguDepartmentController<S extends Sigungu, D extends Department
|
|
|
|
|
|
|
|
|
|
@RequestMapping(name = "시군구 부서 메인", value = "/sgg-dept.do")
|
|
|
|
|
public ModelAndView main() {
|
|
|
|
|
ModelAndView mav = getSigunguList(new SigunguQuery().setPageNum(1).setIncludeAll(true));
|
|
|
|
|
ModelAndView mav = getSigunguList(new SigunguQuery().setPageNum(1));
|
|
|
|
|
mav.setViewName("base/user/sgg-dept");
|
|
|
|
|
Map<String, Object> model = mav.getModel();
|
|
|
|
|
|
|
|
|
|
|