ID,
OBJ_ID,
DEP_NAME,
AD_CODE,
AD_NAME,
LOC,
UT_LEAD,
PRINCIPAL_TEL,
DEP_PERS,
DEP_PERS_TEL,
NOTE,
STATE,
SYS_STAT,
ADM_STAT,
BSWK_STAT,
COST_STAT,
OTHR_STAT,
CENTER_X,
CENTER_Y,
GD_X,
GD_Y,
PERS_ID,
INTM,
UPTM,
DATA_STAT
#{id},
#{objId},
#{depName},
#{adCode},
#{adName},
#{loc},
#{utLead},
#{principalTel},
#{depPers},
#{depPersTel},
#{note},
#{state},
#{sysStat},
#{admStat},
#{bswkStat},
#{costStat},
#{othrStat},
#{centerX},
#{centerY},
#{gdX},
#{gdY},
#{persId},
#{intm},
#{uptm},
#{dataStat}
and OBJ_ID = #{objId}
and DEP_NAME = #{depName}
and AD_CODE = #{adCode}
and AD_NAME = #{adName}
and LOC = #{loc}
and UT_LEAD = #{utLead}
and PRINCIPAL_TEL = #{principalTel}
and DEP_PERS = #{depPers}
and DEP_PERS_TEL = #{depPersTel}
and NOTE = #{note}
and STATE = #{state}
and SYS_STAT = #{sysStat}
and ADM_STAT = #{admStat}
and BSWK_STAT = #{bswkStat}
and COST_STAT = #{costStat}
and OTHR_STAT = #{othrStat}
and CENTER_X = #{centerX}
and CENTER_Y = #{centerY}
and GD_X = #{gdX}
and GD_Y = #{gdY}
and PERS_ID = #{persId}
and INTM = #{intm}
and UPTM = #{uptm}
and DATA_STAT = #{dataStat}
and DATA_STAT='0'
insert into BIS_INSP_RVGM_RGSTR(
)
values (
)
update BIS_INSP_RVGM_RGSTR
set DATA_STAT='9'
where ID = #{id}
update BIS_INSP_RVGM_RGSTR set DATA_STAT='9'
update BIS_INSP_RVGM_RGSTR
set DATA_STAT = '9'
where ID = #{id}
update BIS_INSP_RVGM_RGSTR
OBJ_ID
= #{objId},
DEP_NAME
= #{depName},
AD_CODE
= #{adCode},
AD_NAME
= #{adName},
LOC
= #{loc},
UT_LEAD
= #{utLead},
PRINCIPAL_TEL
= #{principalTel},
DEP_PERS
= #{depPers},
DEP_PERS_TEL
= #{depPersTel},
NOTE
= #{note},
STATE
= #{state},
SYS_STAT
= #{sysStat},
ADM_STAT
= #{admStat},
BSWK_STAT
= #{bswkStat},
COST_STAT
= #{costStat},
OTHR_STAT
= #{othrStat},
CENTER_X
= #{centerX},
CENTER_Y
= #{centerY},
GD_X
= #{gdX},
GD_Y
= #{gdY},
PERS_ID
= #{persId},
INTM
= #{intm},
UPTM
= #{uptm},
DATA_STAT
= #{dataStat},
ID = #{id}
update BIS_INSP_RVGM_RGSTR
OBJ_ID
= #{objId},
DEP_NAME
= #{depName},
AD_CODE
= #{adCode},
AD_NAME
= #{adName},
LOC
= #{loc},
UT_LEAD
= #{utLead},
PRINCIPAL_TEL
= #{principalTel},
DEP_PERS
= #{depPers},
DEP_PERS_TEL
= #{depPersTel},
NOTE
= #{note},
STATE
= #{state},
SYS_STAT
= #{sysStat},
ADM_STAT
= #{admStat},
BSWK_STAT
= #{bswkStat},
COST_STAT
= #{costStat},
OTHR_STAT
= #{othrStat},
CENTER_X
= #{centerX},
CENTER_Y
= #{centerY},
GD_X
= #{gdX},
GD_Y
= #{gdY},
PERS_ID
= #{persId},
INTM
= #{intm},
UPTM
= #{uptm},
DATA_STAT
= #{dataStat},