UPTM,
NOTE,
DATA_STAT,
STATE,
RGSTR_ID,
SEARCH,
JUDGMENT,
EARLY_WARNING,
PREVENTION,
DISPOSAL,
RESPONSIBILITY,
PERS_ID,
INTM,
ID
#{uptm},
#{note},
#{dataStat},
#{state},
#{rgstrId},
#{search},
#{judgment},
#{earlyWarning},
#{prevention},
#{disposal},
#{responsibility},
#{persId},
#{intm},
#{id}
and NOTE = #{note}
and DATA_STAT = #{dataStat}
and STATE = #{state}
and RGSTR_ID = #{rgstrId}
and SEARCH = #{search}
and JUDGMENT = #{judgment}
and EARLY_WARNING = #{earlyWarning}
and PREVENTION = #{prevention}
and DISPOSAL = #{disposal}
and RESPONSIBILITY = #{responsibility}
and PERS_ID = #{persId}
and INTM = #{intm}
and ID = #{id}
and DATA_STAT='0'
insert into BIS_INSP_SIXME_RECORD( )
values ( )
update BIS_INSP_SIXME_RECORD set DATA_STAT='9' where ID = #{id}
update BIS_INSP_SIXME_RECORD set DATA_STAT='9'
update BIS_INSP_SIXME_RECORD set DATA_STAT = '9' where ID = #{id}
update BIS_INSP_SIXME_RECORD
NOTE = #{note},
DATA_STAT = #{dataStat},
STATE = #{state},
RGSTR_ID = #{rgstrId},
SEARCH = #{search},
JUDGMENT = #{judgment},
EARLY_WARNING = #{earlyWarning},
PREVENTION = #{prevention},
DISPOSAL = #{disposal},
RESPONSIBILITY = #{responsibility},
PERS_ID = #{persId},
INTM = #{intm},
ID = #{id},
ID = #{id}
update BIS_INSP_SIXME_RECORD
NOTE = #{note},
DATA_STAT = #{dataStat},
STATE = #{state},
RGSTR_ID = #{rgstrId},
SEARCH = #{search},
JUDGMENT = #{judgment},
EARLY_WARNING = #{earlyWarning},
PREVENTION = #{prevention},
DISPOSAL = #{disposal},
RESPONSIBILITY = #{responsibility},
PERS_ID = #{persId},
INTM = #{intm},
ID = #{id},