ID,
RGSTR_ID,
IS_BULD_MNT,
IS_BULD_IN_SYS,
IS_ENSU_Q,
INTM,
UPTM,
GROUP_ID,
DATA_STAT
#{id},
#{rgstrId},
#{isBuldMnt},
#{isBuldInSys},
#{isEnsuQ},
#{intm},
#{uptm},
#{groupId},
#{dataStat}
and RGSTR_ID = #{rgstrId}
and IS_BULD_MNT = #{isBuldMnt}
and IS_BULD_IN_SYS = #{isBuldInSys}
and IS_ENSU_Q = #{isEnsuQ}
and INTM = #{intm}
and UPTM = #{uptm}
and GROUP_ID = #{groupId}
and DATA_STAT = #{dataStat}
and DATA_STAT='0'
insert into BIS_INSP_WTGTH_RGSTR_DRAIN( )
values ( )
update BIS_INSP_WTGTH_RGSTR_DRAIN set DATA_STAT='9' where ID = #{id}
update BIS_INSP_WTGTH_RGSTR_DRAIN set DATA_STAT='9'
update BIS_INSP_WTGTH_RGSTR_DRAIN set DATA_STAT = '9' where ID = #{id}
update BIS_INSP_WTGTH_RGSTR_DRAIN
RGSTR_ID = #{rgstrId},
IS_BULD_MNT = #{isBuldMnt},
IS_BULD_IN_SYS = #{isBuldInSys},
IS_ENSU_Q = #{isEnsuQ},
INTM = #{intm},
UPTM = #{uptm},
GROUP_ID = #{groupId},
DATA_STAT = #{dataStat},
ID = #{id}
update BIS_INSP_WTGTH_RGSTR_DRAIN
RGSTR_ID = #{rgstrId},
IS_BULD_MNT = #{isBuldMnt},
IS_BULD_IN_SYS = #{isBuldInSys},
IS_ENSU_Q = #{isEnsuQ},
INTM = #{intm},
UPTM = #{uptm},
GROUP_ID = #{groupId},
DATA_STAT = #{dataStat},