2024-09-09 15:12 분쟁조정사례수정
This commit is contained in:
parent
b64c669220
commit
d3fc6ef0f0
@ -15,8 +15,8 @@ import org.springframework.web.bind.annotation.RequestMethod;
|
|||||||
import org.springframework.web.bind.annotation.RequestParam;
|
import org.springframework.web.bind.annotation.RequestParam;
|
||||||
|
|
||||||
import seed.com.gtm.seedfile.SeedFileService;
|
import seed.com.gtm.seedfile.SeedFileService;
|
||||||
import seed.com.gtm.util.PageMaker;
|
|
||||||
import seed.com.gtm.util.Criteria;
|
import seed.com.gtm.util.Criteria;
|
||||||
|
import seed.com.gtm.util.PageMaker;
|
||||||
import seed.utils.SeedDbUtilsSupport;
|
import seed.utils.SeedDbUtilsSupport;
|
||||||
|
|
||||||
@Controller
|
@Controller
|
||||||
@ -40,7 +40,7 @@ public class ExamBoardController {
|
|||||||
public String examWrite(ModelMap model, @RequestParam Map<String,Object> paramMap, @PathVariable(value="boardIdx") String boardIdx){
|
public String examWrite(ModelMap model, @RequestParam Map<String,Object> paramMap, @PathVariable(value="boardIdx") String boardIdx){
|
||||||
|
|
||||||
model.addAttribute("boardIdx", boardIdx);
|
model.addAttribute("boardIdx", boardIdx);
|
||||||
return "/seed/_extra/gtm/exam/write";
|
return "/_extra/gtm/exam/write";
|
||||||
}
|
}
|
||||||
|
|
||||||
@RequestMapping(value="/exam/{boardIdx}/write.do", method=RequestMethod.POST)
|
@RequestMapping(value="/exam/{boardIdx}/write.do", method=RequestMethod.POST)
|
||||||
@ -61,7 +61,7 @@ public class ExamBoardController {
|
|||||||
map.put("message", "common.message.reg");
|
map.put("message", "common.message.reg");
|
||||||
map.put("url", "/gtm/case/exam/"+boardIdx+"/list.do");
|
map.put("url", "/gtm/case/exam/"+boardIdx+"/list.do");
|
||||||
|
|
||||||
return "/seed/_common/jsp/message";
|
return "/_common/jsp/message";
|
||||||
}
|
}
|
||||||
|
|
||||||
@RequestMapping("exam/{boardIdx}/list.do")
|
@RequestMapping("exam/{boardIdx}/list.do")
|
||||||
@ -136,7 +136,7 @@ public class ExamBoardController {
|
|||||||
"&searchTilte=" + paramMap.get("searchTilte") + "&page=" + paramMap.get("page")
|
"&searchTilte=" + paramMap.get("searchTilte") + "&page=" + paramMap.get("page")
|
||||||
);
|
);
|
||||||
|
|
||||||
return "/seed/_common/jsp/message";
|
return "/_common/jsp/message";
|
||||||
}
|
}
|
||||||
|
|
||||||
@RequestMapping(value="/exam/{boardIdx}/edit.do", method=RequestMethod.GET)
|
@RequestMapping(value="/exam/{boardIdx}/edit.do", method=RequestMethod.GET)
|
||||||
@ -179,7 +179,7 @@ public class ExamBoardController {
|
|||||||
"&fileFuncType=" + paramMap.get("fileFuncType")
|
"&fileFuncType=" + paramMap.get("fileFuncType")
|
||||||
);
|
);
|
||||||
|
|
||||||
return "/seed/_common/jsp/message";
|
return "/_common/jsp/message";
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user