refactor:예문관리 복구-서버이전시 초기화됨 (DB , 메뉴링크)

This commit is contained in:
hylee 2022-09-13 14:10:17 +09:00
parent ef8f8d68f2
commit e5142b7a50
3 changed files with 10 additions and 8 deletions

View File

@ -61,7 +61,7 @@ public class ExmpAppManagerController {
private EgovFileMngService fileMngService; private EgovFileMngService fileMngService;
///kccadr/adjPgrMgr/expm/AdjustExpmManagerList.do
@RequestMapping(value = "/kccadr/adjPgrMgr/exmp/exmpAppManagerList.do") @RequestMapping(value = "/kccadr/adjPgrMgr/exmp/exmpAppManagerList.do")
public String exmpAppManagerList(@ModelAttribute("exmpAppManageVO") ExmpManageVO exmpAppManageVO , ModelMap model) throws Exception { public String exmpAppManagerList(@ModelAttribute("exmpAppManageVO") ExmpManageVO exmpAppManageVO , ModelMap model) throws Exception {
if(exmpAppManageVO.getPageUnit() != 10) { if(exmpAppManageVO.getPageUnit() != 10) {
@ -82,6 +82,8 @@ public class ExmpAppManagerController {
exmpAppManageVO.setFirstIndex(paginationInfo.getFirstRecordIndex()); exmpAppManageVO.setFirstIndex(paginationInfo.getFirstRecordIndex());
exmpAppManageVO.setLastIndex(paginationInfo.getLastRecordIndex()); exmpAppManageVO.setLastIndex(paginationInfo.getLastRecordIndex());
exmpAppManageVO.setRecordCountPerPage(paginationInfo.getRecordCountPerPage()); exmpAppManageVO.setRecordCountPerPage(paginationInfo.getRecordCountPerPage());
exmpAppManageVO.setCodeId("CC002");
paginationInfo.setTotalRecordCount(exmpAppManageService.selectExmpAppManagerCount(exmpAppManageVO)); paginationInfo.setTotalRecordCount(exmpAppManageService.selectExmpAppManagerCount(exmpAppManageVO));
model.addAttribute("paginationInfo", paginationInfo); model.addAttribute("paginationInfo", paginationInfo);
model.addAttribute("list", exmpAppManageService.selectExmpAppManagerList(exmpAppManageVO)); model.addAttribute("list", exmpAppManageService.selectExmpAppManagerList(exmpAppManageVO));

View File

@ -7,18 +7,18 @@
<application generated-by="eclipse" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.zeroturnaround.com" xsi:schemaLocation="http://www.zeroturnaround.com http://update.zeroturnaround.com/jrebel/rebel-2_1.xsd"> <application generated-by="eclipse" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.zeroturnaround.com" xsi:schemaLocation="http://www.zeroturnaround.com http://update.zeroturnaround.com/jrebel/rebel-2_1.xsd">
<classpath> <classpath>
<dir name="${rebel.workspace.path}/kcc_adr_advc_git/target/classes"> <dir name="D:/Development/git_repository/kcc_adr_advc_git/target/classes">
</dir> </dir>
</classpath> </classpath>
<web> <web>
<link target="/"> <link target="/">
<dir name="${rebel.workspace.path}/kcc_adr_advc_git/target/m2e-wtp/web-resources"> <dir name="D:/Development/git_repository/kcc_adr_advc_git/target/m2e-wtp/web-resources">
<exclude name="/"/> <exclude name="/"/>
</dir> </dir>
</link> </link>
<link target="/"> <link target="/">
<dir name="${rebel.workspace.path}/kcc_adr_advc_git/src/main/webapp"> <dir name="D:/Development/git_repository/kcc_adr_advc_git/src/main/webapp">
</dir> </dir>
</link> </link>
</web> </web>

View File

@ -173,9 +173,9 @@
</div> </div>
<!-- page --> <!-- page -->
<div class="page"> <!-- <div class="page"> -->
<ui:pagination paginationInfo = "${paginationInfo}" type="image" jsFunction="linkPage" /> <%-- <ui:pagination paginationInfo = "${paginationInfo}" type="image" jsFunction="linkPage" /> --%>
</div> <!-- </div> -->
<!-- //page --> <!-- //page -->
</div> </div>
</div> </div>