ID,
RGSTR_ID,
INSP_YEAR,
WC_EVLT_OLD,
WC_EVLT_NOW,
MSH_TMP,
CHK_TYPE,
IS_TRHBCO,
TRHBCO_INFO,
TRHBCO_STTM,
TRHBCO_ENTM,
MNG_UNIT,
DUTY_UNIT,
NOTE,
STATUS,
PERS_ID,
INTM,
UPTM,
IS_SITE,
CHK_DESC
#{id},
#{rgstrId},
#{inspYear},
#{wcEvltOld},
#{wcEvltNow},
#{mshTmp},
#{chkType},
#{isTrhbco},
#{trhbcoInfo},
#{trhbcoSttm},
#{trhbcoEntm},
#{mngUnit},
#{dutyUnit},
#{note},
#{status},
#{persId},
#{intm},
#{uptm},
#{isSite},
#{chkDesc}
and CHK_DESC = #{chkDesc}
and IS_SITE = #{isSite}
and RGSTR_ID = #{rgstrId}
and INSP_YEAR = #{inspYear}
and WC_EVLT_OLD = #{wcEvltOld}
and WC_EVLT_NOW = #{wcEvltNow}
and MSH_TMP = #{mshTmp}
and CHK_TYPE = #{chkType}
and IS_TRHBCO = #{isTrhbco}
and TRHBCO_INFO = #{trhbcoInfo}
and TRHBCO_STTM = #{trhbcoSttm}
and TRHBCO_ENTM = #{trhbcoEntm}
and MNG_UNIT = #{mngUnit}
and DUTY_UNIT = #{dutyUnit}
and NOTE = #{note}
and STATUS = #{status}
and PERS_ID = #{persId}
and INTM = #{intm}
and UPTM = #{uptm}
insert into BIS_INSP_RSVRYN_RGSTR_CHK_INFO(
)
values (
)
delete from BIS_INSP_RSVRYN_RGSTR_CHK_INFO where ID = #{id}
delete from BIS_INSP_RSVRYN_RGSTR_CHK_INFO
update BIS_INSP_RSVRYN_RGSTR_CHK_INFO set flag_valid = 0 where ID = #{id}
update BIS_INSP_RSVRYN_RGSTR_CHK_INFO
CHK_DESC = #{chkDesc},
IS_SITE = #{isSite},
RGSTR_ID = #{rgstrId},
INSP_YEAR = #{inspYear},
WC_EVLT_OLD = #{wcEvltOld},
WC_EVLT_NOW = #{wcEvltNow},
MSH_TMP = #{mshTmp},
CHK_TYPE = #{chkType},
IS_TRHBCO = #{isTrhbco},
TRHBCO_INFO = #{trhbcoInfo},
TRHBCO_STTM = #{trhbcoSttm},
TRHBCO_ENTM = #{trhbcoEntm},
MNG_UNIT = #{mngUnit},
DUTY_UNIT = #{dutyUnit},
NOTE = #{note},
STATUS = #{status},
PERS_ID = #{persId},
INTM = #{intm},
UPTM = #{uptm},
ID = #{id}
update BIS_INSP_RSVRYN_RGSTR_CHK_INFO
CHK_DESC = #{chkDesc},
IS_SITE = #{isSite},
RGSTR_ID = #{rgstrId},
INSP_YEAR = #{inspYear},
WC_EVLT_OLD = #{wcEvltOld},
WC_EVLT_NOW = #{wcEvltNow},
MSH_TMP = #{mshTmp},
CHK_TYPE = #{chkType},
IS_TRHBCO = #{isTrhbco},
TRHBCO_INFO = #{trhbcoInfo},
TRHBCO_STTM = #{trhbcoSttm},
TRHBCO_ENTM = #{trhbcoEntm},
MNG_UNIT = #{mngUnit},
DUTY_UNIT = #{dutyUnit},
NOTE = #{note},
STATUS = #{status},
PERS_ID = #{persId},
INTM = #{intm},
UPTM = #{uptm},