ID,
RGSTR_ID,
IS_BULD_SVWT_SYS,
IS_USR_QUOTA,
IS_PUB_RGSTR,
IS_DEP_MWR,
IS_SV_DEP_BULD,
IS_PUB_SVWT,
IS_ORG_EVNT,
IS_FALL_EVNT,
PERS_ID,
INTM,
UPTM,
STATE,
DATA_STAT
#{id},
#{rgstrId},
#{isBuldSvwtSys},
#{isUsrQuota},
#{isPubRgstr},
#{isDepMwr},
#{isSvDepBuld},
#{isPubSvwt},
#{isOrgEvnt},
#{isFallEvnt},
#{persId},
#{intm},
#{uptm},
#{state},
#{dataStat}
and RGSTR_ID = #{rgstrId}
and IS_BULD_SVWT_SYS = #{isBuldSvwtSys}
and IS_USR_QUOTA = #{isUsrQuota}
and IS_PUB_RGSTR = #{isPubRgstr}
and IS_DEP_MWR = #{isDepMwr}
and IS_SV_DEP_BULD = #{isSvDepBuld}
and IS_PUB_SVWT = #{isPubSvwt}
and IS_ORG_EVNT = #{isOrgEvnt}
and IS_FALL_EVNT = #{isFallEvnt}
and PERS_ID = #{persId}
and INTM = #{intm}
and UPTM = #{uptm}
and STATE = #{state}
and DATA_STAT = #{dataStat}
and DATA_STAT='0'
insert into BIS_INSP_WRWS_RGSTR_SVWTC( )
values ( )
update BIS_INSP_WRWS_RGSTR_SVWTC set DATA_STAT='9' where ID = #{id}
update BIS_INSP_WRWS_RGSTR_SVWTC set DATA_STAT='9'
update BIS_INSP_WRWS_RGSTR_SVWTC set DATA_STAT = '9' where ID = #{id}
update BIS_INSP_WRWS_RGSTR_SVWTC
RGSTR_ID = #{rgstrId},
IS_BULD_SVWT_SYS = #{isBuldSvwtSys},
IS_USR_QUOTA = #{isUsrQuota},
IS_PUB_RGSTR = #{isPubRgstr},
IS_DEP_MWR = #{isDepMwr},
IS_SV_DEP_BULD = #{isSvDepBuld},
IS_PUB_SVWT = #{isPubSvwt},
IS_ORG_EVNT = #{isOrgEvnt},
IS_FALL_EVNT = #{isFallEvnt},
PERS_ID = #{persId},
INTM = #{intm},
UPTM = #{uptm},
STATE = #{state},
DATA_STAT = #{dataStat},
ID = #{id}
update BIS_INSP_WRWS_RGSTR_SVWTC
RGSTR_ID = #{rgstrId},
IS_BULD_SVWT_SYS = #{isBuldSvwtSys},
IS_USR_QUOTA = #{isUsrQuota},
IS_PUB_RGSTR = #{isPubRgstr},
IS_DEP_MWR = #{isDepMwr},
IS_SV_DEP_BULD = #{isSvDepBuld},
IS_PUB_SVWT = #{isPubSvwt},
IS_ORG_EVNT = #{isOrgEvnt},
IS_FALL_EVNT = #{isFallEvnt},
PERS_ID = #{persId},
INTM = #{intm},
UPTM = #{uptm},
STATE = #{state},
DATA_STAT = #{dataStat},