ID,
RGSTR_ID,
IS_BUD_SYS,
IS_PUB,
IS_ORG_PUB,
IS_BLN_TEST,
IS_FRB_EQP,
IS_LEAK,
PERS_ID,
INTM,
UPTM,
STATE,
IS_OVR_RULE,
IS_OVR_PLAN,
DATA_STAT
#{id},
#{rgstrId},
#{isBudSys},
#{isPub},
#{isOrgPub},
#{isBlnTest},
#{isFrbEqp},
#{isLeak},
#{persId},
#{intm},
#{uptm},
#{state},
#{isOvrRule},
#{isOvrPlan},
#{dataStat}
and RGSTR_ID = #{rgstrId}
and IS_BUD_SYS = #{isBudSys}
and IS_PUB = #{isPub}
and IS_ORG_PUB = #{isOrgPub}
and IS_BLN_TEST = #{isBlnTest}
and IS_FRB_EQP = #{isFrbEqp}
and IS_LEAK = #{isLeak}
and PERS_ID = #{persId}
and INTM = #{intm}
and UPTM = #{uptm}
and STATE = #{state}
and IS_OVR_RULE = #{isOvrRule}
and IS_OVR_PLAN = #{isOvrPlan}
and DATA_STAT = #{dataStat}
and DATA_STAT='0'
insert into BIS_INSP_WTCRR_RGSTR_REV( )
values ( )
update BIS_INSP_WTCRR_RGSTR_REV set DATA_STAT='9' where ID = #{id}
update BIS_INSP_WTCRR_RGSTR_REV set DATA_STAT='9'
update BIS_INSP_WTCRR_RGSTR_REV set DATA_STAT = '9' where ID = #{id}
update BIS_INSP_WTCRR_RGSTR_REV
RGSTR_ID = #{rgstrId},
IS_BUD_SYS = #{isBudSys},
IS_PUB = #{isPub},
IS_ORG_PUB = #{isOrgPub},
IS_BLN_TEST = #{isBlnTest},
IS_FRB_EQP = #{isFrbEqp},
IS_LEAK = #{isLeak},
PERS_ID = #{persId},
INTM = #{intm},
UPTM = #{uptm},
STATE = #{state},
IS_OVR_RULE = #{isOvrRule},
IS_OVR_PLAN = #{isOvrPlan},
DATA_STAT = #{dataStat},
ID = #{id}
update BIS_INSP_WTCRR_RGSTR_REV
RGSTR_ID = #{rgstrId},
IS_BUD_SYS = #{isBudSys},
IS_PUB = #{isPub},
IS_ORG_PUB = #{isOrgPub},
IS_BLN_TEST = #{isBlnTest},
IS_FRB_EQP = #{isFrbEqp},
IS_LEAK = #{isLeak},
PERS_ID = #{persId},
INTM = #{intm},
UPTM = #{uptm},
STATE = #{state},
IS_OVR_RULE = #{isOvrRule},
IS_OVR_PLAN = #{isOvrPlan},
DATA_STAT = #{dataStat},