2024-09-09 14:57 위원관리 수정

This commit is contained in:
myname 2024-09-09 14:58:07 +09:00
parent 90aa231a46
commit b64c669220
2 changed files with 632 additions and 632 deletions

View File

@ -248,7 +248,7 @@ public class TrublchargermngController {
map.put("message", "common.message.mod");
map.put("url", "/gtm/case/trublchargermng/list.do");
return "/seed/_common/jsp/message";
return "/_common/jsp/message";
}
@ -261,7 +261,7 @@ public class TrublchargermngController {
map.put("message", "common.message.del");
map.put("url", "/gtm/case/trublchargermng/list.do");
return "/seed/_common/jsp/message";
return "/_common/jsp/message";
}
}