refactor:예문관리 복구-서버이전시 초기화됨 (DB , 메뉴링크)
This commit is contained in:
parent
ef8f8d68f2
commit
e5142b7a50
@ -61,7 +61,7 @@ public class ExmpAppManagerController {
|
||||
private EgovFileMngService fileMngService;
|
||||
|
||||
|
||||
|
||||
///kccadr/adjPgrMgr/expm/AdjustExpmManagerList.do
|
||||
@RequestMapping(value = "/kccadr/adjPgrMgr/exmp/exmpAppManagerList.do")
|
||||
public String exmpAppManagerList(@ModelAttribute("exmpAppManageVO") ExmpManageVO exmpAppManageVO , ModelMap model) throws Exception {
|
||||
if(exmpAppManageVO.getPageUnit() != 10) {
|
||||
@ -82,6 +82,8 @@ public class ExmpAppManagerController {
|
||||
exmpAppManageVO.setFirstIndex(paginationInfo.getFirstRecordIndex());
|
||||
exmpAppManageVO.setLastIndex(paginationInfo.getLastRecordIndex());
|
||||
exmpAppManageVO.setRecordCountPerPage(paginationInfo.getRecordCountPerPage());
|
||||
|
||||
exmpAppManageVO.setCodeId("CC002");
|
||||
paginationInfo.setTotalRecordCount(exmpAppManageService.selectExmpAppManagerCount(exmpAppManageVO));
|
||||
model.addAttribute("paginationInfo", paginationInfo);
|
||||
model.addAttribute("list", exmpAppManageService.selectExmpAppManagerList(exmpAppManageVO));
|
||||
|
||||
@ -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">
|
||||
|
||||
<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>
|
||||
</classpath>
|
||||
|
||||
<web>
|
||||
<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="/"/>
|
||||
</dir>
|
||||
</link>
|
||||
<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>
|
||||
</link>
|
||||
</web>
|
||||
|
||||
@ -173,9 +173,9 @@
|
||||
</div>
|
||||
|
||||
<!-- page -->
|
||||
<div class="page">
|
||||
<ui:pagination paginationInfo = "${paginationInfo}" type="image" jsFunction="linkPage" />
|
||||
</div>
|
||||
<!-- <div class="page"> -->
|
||||
<%-- <ui:pagination paginationInfo = "${paginationInfo}" type="image" jsFunction="linkPage" /> --%>
|
||||
<!-- </div> -->
|
||||
<!-- //page -->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user