|
|
@ -7,23 +7,23 @@
|
|
|
|
2023-10-24 JoJH 최초 작성
|
|
|
|
2023-10-24 JoJH 최초 작성
|
|
|
|
============================ -->
|
|
|
|
============================ -->
|
|
|
|
|
|
|
|
|
|
|
|
<resultMap id="taskInfoRow" type="cokr.xit.fims.cmmn.TaskInfo">
|
|
|
|
<resultMap id="taskInfoRow" type="cokr.xit.fims.cmmn.TaskInfo">
|
|
|
|
<result property="sggCd" column="SGG_CD" /> <!-- 시군구 코드 -->
|
|
|
|
<result property="sggCd" column="SGG_CD" /> <!-- 시군구 코드 -->
|
|
|
|
<result property="taskSeCd" column="TASK_SE_CD" /> <!-- 업무 구분 코드 -->
|
|
|
|
<result property="taskSeCd" column="TASK_SE_CD" /> <!-- 업무 구분 코드 -->
|
|
|
|
<result property="taskSeNm" column="TASK_SE_NM" /> <!-- 업무 구분 명 -->
|
|
|
|
<result property="taskSeNm" column="TASK_SE_NM" /> <!-- 업무 구분 명 -->
|
|
|
|
<result property="advntceDaycnt" column="ADVNTCE_DAYCNT" /> <!-- 사전통지 일수 -->
|
|
|
|
<result property="advntceDaycnt" column="ADVNTCE_DAYCNT" /> <!-- 사전통지 일수 -->
|
|
|
|
<result property="advntceRductRt" column="ADVNTCE_RDUCT_RT" /> <!-- 사전통지 감경 율 -->
|
|
|
|
<result property="advntceRductRt" column="ADVNTCE_RDUCT_RT" /> <!-- 사전통지 감경 율 -->
|
|
|
|
<result property="wksnRductRt" column="WKSN_RDUCT_RT" /> <!-- 사회적약자 감경 율 -->
|
|
|
|
<result property="wksnRductRt" column="WKSN_RDUCT_RT" /> <!-- 사회적약자 감경 율 -->
|
|
|
|
<result property="ffnlgAdtnYmd" column="FFNLG_ADTN_YMD" /> <!-- 과태료 가산 일자 -->
|
|
|
|
<result property="ffnlgAdtnYmd" column="FFNLG_ADTN_YMD" /> <!-- 과태료 가산 일자 -->
|
|
|
|
<result property="ffnlgAdtnRt" column="FFNLG_ADTN_RT" /> <!-- 과태료 가산 율 -->
|
|
|
|
<result property="ffnlgAdtnRt" column="FFNLG_ADTN_RT" /> <!-- 과태료 가산 율 -->
|
|
|
|
<result property="ffnlgInadtnRt" column="FFNLG_INADTN_RT" /> <!-- 과태료 중가산 율 -->
|
|
|
|
<result property="ffnlgInadtnRt" column="FFNLG_INADTN_RT" /> <!-- 과태료 중가산 율 -->
|
|
|
|
<result property="ffnlgInadtnMxmmCnt" column="FFNLG_INADTN_MXMM_CNT" /> <!-- 과태료 중가산 최대 수 -->
|
|
|
|
<result property="ffnlgInadtnMxmmCnt" column="FFNLG_INADTN_MXMM_CNT" /> <!-- 과태료 중가산 최대 수 -->
|
|
|
|
<result property="useYN" column="USE_YN" /> <!-- 사용 여부 -->
|
|
|
|
<result property="useYN" column="USE_YN" /> <!-- 사용 여부 -->
|
|
|
|
<result property="createdAt" column="REG_DT" /> <!-- 등록 일시 -->
|
|
|
|
<result property="createdAt" column="REG_DT" /> <!-- 등록 일시 -->
|
|
|
|
<result property="createdBy" column="RGTR" /> <!-- 등록자 -->
|
|
|
|
<result property="createdBy" column="RGTR" /> <!-- 등록자 -->
|
|
|
|
<result property="lastModified" column="MDFCN_DT" /> <!-- 수정 일시 -->
|
|
|
|
<result property="lastModified" column="MDFCN_DT" /> <!-- 수정 일시 -->
|
|
|
|
<result property="modifiedBy" column="MDFR" /> <!-- 수정자 -->
|
|
|
|
<result property="modifiedBy" column="MDFR" /> <!-- 수정자 -->
|
|
|
|
</resultMap>
|
|
|
|
</resultMap>
|
|
|
|
|
|
|
|
|
|
|
|
<sql id="select">
|
|
|
|
<sql id="select">
|
|
|
|
SELECT TI.SGG_CD /* 시군구 코드 */
|
|
|
|
SELECT TI.SGG_CD /* 시군구 코드 */
|
|
|
|