This commit is contained in:
hylee 2023-11-22 18:08:10 +09:00
parent e3ce096874
commit 482b94b53d
2 changed files with 1344 additions and 1343 deletions

View File

@ -170,6 +170,7 @@ public class AdjReqMgrPastController {
@RequestMapping("/kccadr/adjReqMgOff/adjReqMgrPastDetail.do") @RequestMapping("/kccadr/adjReqMgOff/adjReqMgrPastDetail.do")
public String adjReqMgrPastDetail(@ModelAttribute("adjReqMgrPastVO") AdjReqMgrPastVO adjReqMgrPastVO, ModelMap model) throws Exception { public String adjReqMgrPastDetail(@ModelAttribute("adjReqMgrPastVO") AdjReqMgrPastVO adjReqMgrPastVO, ModelMap model) throws Exception {
System.out.println("git test!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!");
return "kccadr/adjReqMgrPast/adjReqMgrPastDetail"; return "kccadr/adjReqMgrPast/adjReqMgrPastDetail";
} }