From 9494d88f202bb08d85515ff72b0d6d9db2c274be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=B0=95=EC=84=B1=EC=98=81?= Date: Tue, 28 Oct 2025 11:30:36 +0900 Subject: [PATCH] =?UTF-8?q?xml=20query=20=EC=A0=84=EC=B2=B4=EC=A0=81?= =?UTF-8?q?=EC=9D=B8=20=EC=A3=BC=EC=84=9D=20=EC=A0=95=EB=A6=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../BldgNewPrcCrtrAmtMapper_maria.xml | 7 ++++++ .../baseData/actType/ActTypeMapper_maria.xml | 6 +++++ .../adsbmtnRt/AdsbmtnRtMapper_maria.xml | 6 ----- .../cmpttnRt2/CmpttnRt2Mapper_maria.xml | 6 +++++ .../baseData/pstnIdx/PstnIdxMapper_maria.xml | 6 ----- .../strctIdx/StrctIdxMapper_maria.xml | 6 +++++ .../baseData/usgIdx/UsgIdxMapper_maria.xml | 6 +++++ .../vltnLwrg/VltnLwrgMapper_maria.xml | 6 ----- .../crdnActInfo/CrdnActInfoMapper_maria.xml | 21 ---------------- .../crdnActInfo/CrdnPhotoMapper_maria.xml | 10 -------- .../crdnActrInfo/CrdnActrInfoMapper_maria.xml | 7 ------ .../crdnExmnr/CrdnExmnrMapper_maria.xml | 10 ++++---- .../crdnOwnrInfo/CrdnOwnrInfoMapper_maria.xml | 7 ------ .../CrdnOwnrSelectMapper_maria.xml | 3 --- .../crdnPstnInfo/CrdnPstnInfoMapper_maria.xml | 6 ----- .../main/CrdnImpltTaskMapper_maria.xml | 24 +++++++++---------- .../main/CrdnLevyPrvntcMapper_maria.xml | 14 +++++++++++ .../main/CrdnRelevyMapper_maria.xml | 19 --------------- .../mapper/crdn/exmnr/ExmnrMapper_maria.xml | 7 ------ .../OwnActRegistAndViewMapper_maria.xml | 6 ----- .../mapper/levy/levy/LevyMapper_maria.xml | 6 ++--- .../levyRelevy/LevyRelevyMapper_maria.xml | 4 ---- 22 files changed, 65 insertions(+), 128 deletions(-) diff --git a/src/main/resources/mybatis/mapper/baseData/BldgNewPrcCrtrAmtMapper_maria.xml b/src/main/resources/mybatis/mapper/baseData/BldgNewPrcCrtrAmtMapper_maria.xml index 8bfe1c6..558c0fc 100644 --- a/src/main/resources/mybatis/mapper/baseData/BldgNewPrcCrtrAmtMapper_maria.xml +++ b/src/main/resources/mybatis/mapper/baseData/BldgNewPrcCrtrAmtMapper_maria.xml @@ -11,6 +11,7 @@ - 페이징: startIndex, perPage를 사용한 LIMIT 구문 적용 --> + /* BldgNewPrcCrtrAmtMapper.selectListTotalCount : 건물신축가격기준액 목록 총 개수 조회 */ select count(*) /* 총 개수 조회 */ from tb_bldg_new_prc_crtr_amt where 1=1 @@ -57,6 +59,7 @@ - 팝업에서 수정/삭제 모드 시 사용 --> + /* BldgNewPrcCrtrAmtMapper.selectDuplicateCheck : PK(연도+번호) 중복 체크 */ select count(*) /* 중복 건수 조회 */ from tb_bldg_new_prc_crtr_amt where YR = #{yr} /* 연도 조건 */ diff --git a/src/main/resources/mybatis/mapper/baseData/actType/ActTypeMapper_maria.xml b/src/main/resources/mybatis/mapper/baseData/actType/ActTypeMapper_maria.xml index 077b11a..19e4683 100644 --- a/src/main/resources/mybatis/mapper/baseData/actType/ActTypeMapper_maria.xml +++ b/src/main/resources/mybatis/mapper/baseData/actType/ActTypeMapper_maria.xml @@ -10,6 +10,7 @@ - 정렬: 행위유형코드 오름차순 --> + /* ActTypeMapper.selectListTotalCount : 행위 유형 목록 총 개수 조회 */ SELECT count(*) /* 총 개수 조회 */ FROM tb_act_type a where 1=1 @@ -71,6 +73,7 @@ - 팝업에서 수정 모드 시 사용 --> + /* ActTypeMapper.selectDuplicateCheck : PK(코드) 중복 체크 */ select count(*) /* 중복 건수 조회 */ from tb_act_type where ACT_TYPE_CD = #{actTypeCd} /* 행위 유형 코드 */ diff --git a/src/main/resources/mybatis/mapper/baseData/adsbmtnRt/AdsbmtnRtMapper_maria.xml b/src/main/resources/mybatis/mapper/baseData/adsbmtnRt/AdsbmtnRtMapper_maria.xml index 494964d..695de46 100644 --- a/src/main/resources/mybatis/mapper/baseData/adsbmtnRt/AdsbmtnRtMapper_maria.xml +++ b/src/main/resources/mybatis/mapper/baseData/adsbmtnRt/AdsbmtnRtMapper_maria.xml @@ -3,7 +3,6 @@ - - - - /* AdsbmtnRtMapper.insert : 가감산율 등록 */ INSERT INTO tb_adsbmtn_rt ( @@ -102,7 +98,6 @@ ) - /* AdsbmtnRtMapper.update : 가감산율 수정 */ UPDATE tb_adsbmtn_rt @@ -116,7 +111,6 @@ WHERE ADSBMTN_RT_CD = #{adsbmtnRtCd} - /* AdsbmtnRtMapper.delete : 가감산율 삭제 */ UPDATE tb_adsbmtn_rt diff --git a/src/main/resources/mybatis/mapper/baseData/cmpttnRt2/CmpttnRt2Mapper_maria.xml b/src/main/resources/mybatis/mapper/baseData/cmpttnRt2/CmpttnRt2Mapper_maria.xml index a263cc8..c7756e3 100644 --- a/src/main/resources/mybatis/mapper/baseData/cmpttnRt2/CmpttnRt2Mapper_maria.xml +++ b/src/main/resources/mybatis/mapper/baseData/cmpttnRt2/CmpttnRt2Mapper_maria.xml @@ -10,6 +10,7 @@ - 정렬: 산정률2코드 오름차순 --> + /* CmpttnRt2Mapper.selectListTotalCount : 산정률2 목록 총 개수 조회 */ SELECT count(*) /* 총 개수 조회 */ FROM tb_cmpttn_rt_2 a where 1=1 @@ -69,6 +71,7 @@ - 팝업에서 수정 모드 시 사용 --> + /* CmpttnRt2Mapper.selectDuplicateCheck : PK(코드) 중복 체크 */ select count(*) /* 중복 건수 조회 */ from tb_cmpttn_rt_2 where CMPTTN_RT_2_CD = #{cmpttnRt2Cd} /* 산정률2 코드 */ diff --git a/src/main/resources/mybatis/mapper/baseData/pstnIdx/PstnIdxMapper_maria.xml b/src/main/resources/mybatis/mapper/baseData/pstnIdx/PstnIdxMapper_maria.xml index e754736..3b8d2d1 100644 --- a/src/main/resources/mybatis/mapper/baseData/pstnIdx/PstnIdxMapper_maria.xml +++ b/src/main/resources/mybatis/mapper/baseData/pstnIdx/PstnIdxMapper_maria.xml @@ -3,7 +3,6 @@ - - - - /* PstnIdxMapper.insert : 위치지수 등록 */ INSERT INTO tb_pstn_idx ( @@ -98,7 +94,6 @@ ) - /* PstnIdxMapper.update : 위치지수 수정 */ UPDATE tb_pstn_idx @@ -111,7 +106,6 @@ WHERE PSTN_IDX_NO = #{pstnIdxNo} - /* PstnIdxMapper.delete : 위치지수 삭제 */ UPDATE tb_pstn_idx diff --git a/src/main/resources/mybatis/mapper/baseData/strctIdx/StrctIdxMapper_maria.xml b/src/main/resources/mybatis/mapper/baseData/strctIdx/StrctIdxMapper_maria.xml index fc01447..88c630a 100644 --- a/src/main/resources/mybatis/mapper/baseData/strctIdx/StrctIdxMapper_maria.xml +++ b/src/main/resources/mybatis/mapper/baseData/strctIdx/StrctIdxMapper_maria.xml @@ -10,6 +10,7 @@ - 정렬: 구조지수코드 오름차순 --> + /* StrctIdxMapper.selectListTotalCount : 구조 지수 목록 총 개수 조회 */ SELECT count(*) /* 총 개수 조회 */ FROM tb_strct_idx a where 1=1 @@ -72,6 +74,7 @@ - 팝업에서 수정/삭제 모드 시 사용 --> + /* StrctIdxMapper.selectDuplicateCheck : PK(코드) 중복 체크 */ select count(*) /* 중복 건수 조회 */ from tb_strct_idx where STRCT_IDX_CD = #{strctIdxCd} /* 구조 지수 코드 */ diff --git a/src/main/resources/mybatis/mapper/baseData/usgIdx/UsgIdxMapper_maria.xml b/src/main/resources/mybatis/mapper/baseData/usgIdx/UsgIdxMapper_maria.xml index 40481c5..adfb4e9 100644 --- a/src/main/resources/mybatis/mapper/baseData/usgIdx/UsgIdxMapper_maria.xml +++ b/src/main/resources/mybatis/mapper/baseData/usgIdx/UsgIdxMapper_maria.xml @@ -10,6 +10,7 @@ - 정렬: 용도지수코드 오름차순 --> + /* UsgIdxMapper.selectListTotalCount : 용도 지수 목록 총 개수 조회 */ SELECT count(*) /* 총 개수 조회 */ FROM tb_usg_idx a where 1=1 @@ -83,6 +85,7 @@ - 팝업에서 수정/삭제 모드 시 사용 --> + /* UsgIdxMapper.selectDuplicateCheck : PK(연도+번호) 중복 체크 */ select count(*) /* 중복 건수 조회 */ from tb_usg_idx where USG_IDX_CD = #{usgIdxCd} /* 용도 지수 코드 */ diff --git a/src/main/resources/mybatis/mapper/baseData/vltnLwrg/VltnLwrgMapper_maria.xml b/src/main/resources/mybatis/mapper/baseData/vltnLwrg/VltnLwrgMapper_maria.xml index ed6d930..63803e8 100644 --- a/src/main/resources/mybatis/mapper/baseData/vltnLwrg/VltnLwrgMapper_maria.xml +++ b/src/main/resources/mybatis/mapper/baseData/vltnLwrg/VltnLwrgMapper_maria.xml @@ -3,7 +3,6 @@ - - - - /* VltnLwrgMapper.insert : 위반법규 등록 */ INSERT INTO tb_vltn_lwrg ( @@ -98,7 +94,6 @@ ) - /* VltnLwrgMapper.update : 위반법규 수정 */ UPDATE tb_vltn_lwrg @@ -111,7 +106,6 @@ WHERE VLTN_LWRG_CD = #{vltnLwrgCd} - /* VltnLwrgMapper.delete : 위반법규 삭제 */ UPDATE tb_vltn_lwrg diff --git a/src/main/resources/mybatis/mapper/crdn/crndRegistAndView/crdnActInfo/CrdnActInfoMapper_maria.xml b/src/main/resources/mybatis/mapper/crdn/crndRegistAndView/crdnActInfo/CrdnActInfoMapper_maria.xml index 56810af..c80a139 100644 --- a/src/main/resources/mybatis/mapper/crdn/crndRegistAndView/crdnActInfo/CrdnActInfoMapper_maria.xml +++ b/src/main/resources/mybatis/mapper/crdn/crndRegistAndView/crdnActInfo/CrdnActInfoMapper_maria.xml @@ -3,7 +3,6 @@ - - - /* ActInfoMapper.insertActInfo : 불법위반행위정보 등록 */ @@ -138,7 +135,6 @@ ) - - /* ActInfoMapper.updateActInfo : 불법위반행위정보 수정 */ UPDATE tb_act_info SET @@ -216,7 +211,6 @@ AND DEL_YN = 'N' - /* ActInfoMapper.deleteActInfo : 불법위반행위정보 삭제 (논리삭제) */ UPDATE tb_act_info SET @@ -227,7 +221,6 @@ AND DEL_YN = 'N' - - - - - - - - /* ActInfoMapper.selectActnInfoList : 조치정보 목록 조회 */ SELECT @@ -381,7 +366,6 @@ - - - /* ActInfoMapper.insertActnInfo : 조치정보 등록 */ @@ -464,7 +446,6 @@ ) - /* ActInfoMapper.updateActnInfo : 조치정보 수정 */ UPDATE tb_actn_info SET @@ -477,7 +458,6 @@ AND DEL_YN = 'N' - /* ActInfoMapper.deleteActnInfo : 조치정보 삭제 (논리삭제) */ UPDATE tb_actn_info SET @@ -488,7 +468,6 @@ AND DEL_YN = 'N' - /* ActInfoMapper.updateActInfoActnData : 행위정보의 조치 관련 데이터 업데이트 */ UPDATE tb_act_info SET diff --git a/src/main/resources/mybatis/mapper/crdn/crndRegistAndView/crdnActInfo/CrdnPhotoMapper_maria.xml b/src/main/resources/mybatis/mapper/crdn/crndRegistAndView/crdnActInfo/CrdnPhotoMapper_maria.xml index 6fa68be..7858ddc 100644 --- a/src/main/resources/mybatis/mapper/crdn/crndRegistAndView/crdnActInfo/CrdnPhotoMapper_maria.xml +++ b/src/main/resources/mybatis/mapper/crdn/crndRegistAndView/crdnActInfo/CrdnPhotoMapper_maria.xml @@ -3,7 +3,6 @@ - - - - /* CrdnPhotoMapper.insertPhoto : 사진 등록 */ INSERT INTO tb_crdn_photo ( @@ -110,7 +106,6 @@ ) - /* CrdnPhotoMapper.updatePhoto : 사진 정보 수정 */ UPDATE tb_crdn_photo SET @@ -121,7 +116,6 @@ AND CRDN_PHOTO_SN = #{crdnPhotoSn} - /* CrdnPhotoMapper.deletePhoto : 사진 삭제 */ UPDATE tb_crdn_photo SET @@ -133,7 +127,6 @@ AND DEL_YN = 'N' - /* CrdnPhotoMapper.deletePhotosByActInfoId : 특정 행위정보의 모든 사진 삭제 */ UPDATE tb_crdn_photo SET @@ -144,7 +137,6 @@ AND DEL_YN = 'N' - - /* CrdnPhotoMapper.selectPhotoListByActnInfoId : 조치정보별 조치사진 목록 조회 */ SELECT diff --git a/src/main/resources/mybatis/mapper/crdn/crndRegistAndView/crdnActrInfo/CrdnActrInfoMapper_maria.xml b/src/main/resources/mybatis/mapper/crdn/crndRegistAndView/crdnActrInfo/CrdnActrInfoMapper_maria.xml index 2c2f794..8bfaaf5 100644 --- a/src/main/resources/mybatis/mapper/crdn/crndRegistAndView/crdnActrInfo/CrdnActrInfoMapper_maria.xml +++ b/src/main/resources/mybatis/mapper/crdn/crndRegistAndView/crdnActrInfo/CrdnActrInfoMapper_maria.xml @@ -3,7 +3,6 @@ - - - /* ActrInfoMapper.insertActrInfo : 위반행위자정보 등록 */ INSERT INTO tb_actr_info ( @@ -107,7 +104,6 @@ ) - - /* ActrInfoMapper.deleteActrInfo : 위반행위자정보 삭제 (논리삭제) */ UPDATE tb_actr_info SET @@ -152,7 +147,6 @@ AND DEL_YN = 'N' - /* ActrInfoMapper.selectActrInfoCheckList : 위반행위자정보 목록 조회 */ diff --git a/src/main/resources/mybatis/mapper/crdn/crndRegistAndView/crdnExmnr/CrdnExmnrMapper_maria.xml b/src/main/resources/mybatis/mapper/crdn/crndRegistAndView/crdnExmnr/CrdnExmnrMapper_maria.xml index 89dc2f2..0d79c18 100644 --- a/src/main/resources/mybatis/mapper/crdn/crndRegistAndView/crdnExmnr/CrdnExmnrMapper_maria.xml +++ b/src/main/resources/mybatis/mapper/crdn/crndRegistAndView/crdnExmnr/CrdnExmnrMapper_maria.xml @@ -3,9 +3,9 @@ - - - - - /* OwnrInfoMapper.selectOwnrInfoList : 소유자정보 목록 조회 */ @@ -45,7 +44,6 @@ - - /* OwnrInfoMapper.insertOwnrInfo : 소유자정보 등록 */ INSERT INTO tb_ownr_info ( @@ -83,7 +80,6 @@ ) - - /* OwnrInfoMapper.updateOwnrInfo : 소유자정보 수정 */ UPDATE tb_ownr_info @@ -121,7 +116,6 @@ AND DEL_YN = 'N' - /* OwnrInfoMapper.deleteOwnrInfo : 소유자정보 논리 삭제 */ UPDATE tb_ownr_info @@ -176,7 +170,6 @@ LIMIT 1 - /* OwnrSelectMapper.selectOwnrList : 소유자 목록 조회 */ @@ -98,7 +97,6 @@ - - /* PstnInfoMapper.selectPstnInfoList : 위치정보 목록 조회 */ @@ -61,7 +60,6 @@ - - /* PstnInfoMapper.insertPstnInfo : 위치정보 등록 */ INSERT INTO tb_pstn_info ( @@ -137,7 +134,6 @@ ) - - /* PstnInfoMapper.updatePstnInfo : 위치정보 수정 */ UPDATE tb_pstn_info @@ -220,7 +215,6 @@ AND DEL_YN = 'N' - /* PstnInfoMapper.deletePstnInfo : 위치정보 논리 삭제 */ UPDATE tb_pstn_info diff --git a/src/main/resources/mybatis/mapper/crdn/crndRegistAndView/main/CrdnImpltTaskMapper_maria.xml b/src/main/resources/mybatis/mapper/crdn/crndRegistAndView/main/CrdnImpltTaskMapper_maria.xml index 980f16e..5227078 100644 --- a/src/main/resources/mybatis/mapper/crdn/crndRegistAndView/main/CrdnImpltTaskMapper_maria.xml +++ b/src/main/resources/mybatis/mapper/crdn/crndRegistAndView/main/CrdnImpltTaskMapper_maria.xml @@ -4,8 +4,8 @@ - - + /* CrdnImpltTaskMapper.insertImpltInfo : 이행정보 등록 */ INSERT INTO TB_IMPLT_INFO ( IMPLT_INFO_ID, SGG_CD, @@ -80,8 +80,8 @@ ) - + /* CrdnImpltTaskMapper.updateImpltInfo : 이행정보 수정 */ UPDATE TB_IMPLT_INFO SET IMPLT_BGNG_YMD = #{impltBgngYmd}, @@ -92,8 +92,8 @@ AND DEL_YN = 'N' - + /* CrdnImpltTaskMapper.deleteImpltInfo : 이행정보 논리 삭제 */ UPDATE TB_IMPLT_INFO SET DEL_YN = 'Y', @@ -102,9 +102,9 @@ WHERE IMPLT_INFO_ID = #{impltInfoId} - + /* CrdnImpltTaskMapper.selectImpltTrprInfoList : 이행 대상자 정보 목록 조회 */ SELECT iti.IMPLT_TRPR_INFO_ID, iti.SGG_CD, @@ -149,8 +149,8 @@ ORDER BY iti.IMPLT_TRPR_SE_CD, iti.IMPLT_TRPR_FLNM - + /* CrdnImpltTaskMapper.insertImpltTrprInfo : 이행 대상자 정보 등록 */ INSERT INTO TB_IMPLT_TRPR_INFO ( IMPLT_TRPR_INFO_ID, SGG_CD, @@ -186,18 +186,18 @@ ) - + /* CrdnImpltTaskMapper.deleteImpltTrprInfoByImpltInfoId : 이행 대상자 정보 물리 삭제 */ DELETE FROM TB_IMPLT_TRPR_INFO WHERE IMPLT_INFO_ID = #{impltInfoId} - - + /* CrdnImpltTaskMapper.selectNextImpltInfoId : 이행정보 ID 시퀀스 조회 */ SELECT LPAD(NEXTVAL(seq_implt_info_id), 10, '0') - diff --git a/src/main/resources/mybatis/mapper/crdn/crndRegistAndView/main/CrdnLevyPrvntcMapper_maria.xml b/src/main/resources/mybatis/mapper/crdn/crndRegistAndView/main/CrdnLevyPrvntcMapper_maria.xml index 78b5f1c..7fe40e0 100644 --- a/src/main/resources/mybatis/mapper/crdn/crndRegistAndView/main/CrdnLevyPrvntcMapper_maria.xml +++ b/src/main/resources/mybatis/mapper/crdn/crndRegistAndView/main/CrdnLevyPrvntcMapper_maria.xml @@ -3,6 +3,7 @@ + /* CrdnLevyPrvntcMapper.selectNextLevyInfoId : 부과정보 ID 시퀀스 조회 */ SELECT LPAD(NEXTVAL(seq_levy_info_id), 10, '0') + /* CrdnLevyPrvntcMapper.insertLevyInfo : 부과정보 신규 등록 */ INSERT INTO tb_levy_info ( LEVY_INFO_ID, SGG_CD, @@ -215,6 +221,7 @@ + /* CrdnLevyPrvntcMapper.updateLevyInfo : 부과정보 수정 */ UPDATE tb_levy_info SET SGG_CD = #{sggCd}, IMPLT_INFO_ID = #{impltInfoId}, @@ -254,6 +261,7 @@ + /* CrdnLevyPrvntcMapper.updateImpltInfoId : 이행정보 ID 수정 */ UPDATE tb_levy_info SET IMPLT_INFO_ID = #{impltInfoId} WHERE CRDN_YR = #{crdnYr} @@ -263,6 +271,7 @@ + /* CrdnLevyPrvntcMapper.deleteLevyInfo : 부과정보 삭제 (논리삭제) */ UPDATE tb_levy_info SET DEL_YN = 'Y', DEL_DT = NOW(), @@ -352,6 +362,7 @@ + /* CrdnLevyPrvntcMapper.updateImpltCpsrAmt : 부과총액 업데이트 (이행강제금액) */ UPDATE tb_levy_info SET IMPLT_CPSR_AMT = ( SELECT COALESCE(SUM(LEVY_WHOL_AMT), 0) @@ -370,6 +381,7 @@ + /* CrdnLevyPrvntcMapper.updateImpltCpsrAmtToNull : 부과총액 null 처리 (이행강제금액) */ UPDATE tb_levy_info SET IMPLT_CPSR_AMT = NULL, MDFCN_DT = NOW() @@ -381,6 +393,7 @@ + /* CrdnLevyPrvntcMapper.countLevyInfoByActInfoId : 특정 행위정보에 대한 부과정보 존재 여부 확인 */ SELECT COUNT(*) AS cnt FROM tb_levy_info WHERE CRDN_YR = #{crdnYr} diff --git a/src/main/resources/mybatis/mapper/crdn/crndRegistAndView/main/CrdnRelevyMapper_maria.xml b/src/main/resources/mybatis/mapper/crdn/crndRegistAndView/main/CrdnRelevyMapper_maria.xml index 522ef2d..d5bda5a 100644 --- a/src/main/resources/mybatis/mapper/crdn/crndRegistAndView/main/CrdnRelevyMapper_maria.xml +++ b/src/main/resources/mybatis/mapper/crdn/crndRegistAndView/main/CrdnRelevyMapper_maria.xml @@ -3,7 +3,6 @@ - - - - /* CrdnRelevyMapper.insertCrdnBasicInfo : 기본 단속 정보 복사 */ INSERT INTO tb_crdn ( @@ -155,12 +151,10 @@ AND DEL_YN = 'N' - - /* CrdnRelevyMapper.insertCrdnPstnInfo : 위치 정보 복사 */ INSERT INTO tb_pstn_info ( @@ -226,7 +220,6 @@ AND DEL_YN = 'N' - /* CrdnRelevyMapper.insertCrdnOwnrInfo : 소유자 정보 복사 */ INSERT INTO tb_ownr_info ( @@ -256,19 +249,16 @@ AND DEL_YN = 'N' - - - /* CrdnRelevyMapper.selectSrcActInfoList : 원본 불법행위 목록 조회 */ SELECT @@ -311,7 +300,6 @@ ORDER BY ACT_NO - /* CrdnRelevyMapper.insertActInfoOne : 불법행위 정보 단건 등록 */ INSERT INTO tb_act_info ( @@ -365,7 +353,6 @@ ) - - /* CrdnRelevyMapper.insertActnInfoOne : 조치 정보 단건 등록 */ INSERT INTO tb_actn_info ( @@ -413,7 +399,6 @@ ) - - - /* CrdnRelevyMapper.insertPhotoInfoOne : 첨부파일 정보 단건 등록 */ INSERT INTO tb_crdn_photo ( @@ -489,7 +472,6 @@ ) - - /* CrdnRelevyMapper.insertActrInfoOne : 행위자 정보 단건 등록 */ INSERT INTO tb_actr_info ( diff --git a/src/main/resources/mybatis/mapper/crdn/exmnr/ExmnrMapper_maria.xml b/src/main/resources/mybatis/mapper/crdn/exmnr/ExmnrMapper_maria.xml index 50ab228..61ad46a 100644 --- a/src/main/resources/mybatis/mapper/crdn/exmnr/ExmnrMapper_maria.xml +++ b/src/main/resources/mybatis/mapper/crdn/exmnr/ExmnrMapper_maria.xml @@ -3,7 +3,6 @@ - - - - /* ExmnrMapper.insert : 조사원 등록 */ INSERT INTO tb_exmnr ( @@ -90,7 +86,6 @@ ) - /* ExmnrMapper.update : 조사원 수정 */ UPDATE tb_exmnr @@ -99,7 +94,6 @@ AND DEL_YN = 'N' - /* ExmnrMapper.delete : 조사원 삭제 */ UPDATE tb_exmnr @@ -110,7 +104,6 @@ AND DEL_YN = 'N' - /* CrdnRegistAndViewMapper.selectList : 단속 목록 조회 */ SELECT @@ -56,7 +55,6 @@ - - - /* OwnActRegistAndViewMapper.insert : 소유자행위자 등록 */ INSERT INTO tb_ownr ( @@ -172,7 +168,6 @@ ) - /* OwnActRegistAndViewMapper.update : 소유자행위자 수정 */ UPDATE tb_ownr @@ -203,7 +198,6 @@ AND DEL_YN = 'N' - /* OwnActRegistAndViewMapper.delete : 소유자행위자 삭제 */ UPDATE tb_ownr diff --git a/src/main/resources/mybatis/mapper/levy/levy/LevyMapper_maria.xml b/src/main/resources/mybatis/mapper/levy/levy/LevyMapper_maria.xml index 5903a0a..f2c5525 100644 --- a/src/main/resources/mybatis/mapper/levy/levy/LevyMapper_maria.xml +++ b/src/main/resources/mybatis/mapper/levy/levy/LevyMapper_maria.xml @@ -4,8 +4,8 @@ - - + /* LevyMapper.selectImpltTrprInfoList : 이행 대상자 정보 목록 조회 */ SELECT MIN(iti.IMPLT_TRPR_INFO_ID) AS IMPLT_TRPR_INFO_ID, iti.SGG_CD, diff --git a/src/main/resources/mybatis/mapper/levy/levyRelevy/LevyRelevyMapper_maria.xml b/src/main/resources/mybatis/mapper/levy/levyRelevy/LevyRelevyMapper_maria.xml index e59e428..ff311a5 100644 --- a/src/main/resources/mybatis/mapper/levy/levyRelevy/LevyRelevyMapper_maria.xml +++ b/src/main/resources/mybatis/mapper/levy/levyRelevy/LevyRelevyMapper_maria.xml @@ -3,7 +3,6 @@ - - - -