이지우 - 관리자 분쟁 신청 등록 작업 중

This commit is contained in:
JIWOO 2024-09-06 16:54:14 +09:00
parent 48140b6cfd
commit 6ebadbace4
4 changed files with 5819 additions and 5 deletions

View File

@ -72,9 +72,6 @@ public class BaseController {
@PathVariable(value="pageName") String pageName, @PathVariable(value="pageName") String pageName,
@PathVariable(value="pageAction") String pageAction @PathVariable(value="pageAction") String pageAction
) throws Exception { ) throws Exception {
if("CaseGubun".equals(pageAction)) {
System.out.println("시작");
}
//log.debug("BaseController URI = " + request.getRequestURI()); //log.debug("BaseController URI = " + request.getRequestURI());
String memberId = SeedUtils.setReplaceNull(session.getAttribute("memberId")); String memberId = SeedUtils.setReplaceNull(session.getAttribute("memberId"));

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -420,10 +420,10 @@ $(document).ready(function(){
//ajaxCombo2({url:'/gtm/case/common/ajax/MdatTy.do'}, $("#a")); //ajaxCombo2({url:'/gtm/case/common/ajax/MdatTy.do'}, $("#a"));
//ajaxCombo2({url:'/gtm/case/common/ajax/Resn2depth.do'}, $("#b")); //ajaxCombo2({url:'/gtm/case/common/ajax/Resn2depth.do'}, $("#b"));
caseGubunCombo(); caseGubunCombo();
/* resnCombo(); resnCombo();
docCheckCombo(); docCheckCombo();
hadoCombo(); hadoCombo();
hadoMnCombo(); */ hadoMnCombo();
}, 0); }, 0);
$("#caseGubun").change(function(){ $("#caseGubun").change(function(){