ID,
RGSTR_ID,
DEP_NAME,
AD_CODE,
AD_NAME,
DEP_PERS,
DEP_PERS_TEL,
UT_LEAD,
PRINCIPAL_TEL,
IS_BULD_ACH,
IS_REG_SYS,
IS_DNG_INFO,
IS_SAF_MSU,
IS_USR_GVM,
PERS_ID,
INTM,
UPTM,
NOTE,
DATA_STAT,
STATE,
LOC
#{id},
#{rgstrId},
#{depName},
#{adCode},
#{adName},
#{depPers},
#{depPersTel},
#{utLead},
#{principalTel},
#{isBuldAch},
#{isRegSys},
#{isDngInfo},
#{isSafMsu},
#{isUsrGvm},
#{persId},
#{intm},
#{uptm},
#{note},
#{dataStat},
#{state},
#{loc}
and RGSTR_ID = #{rgstrId}
and DEP_NAME = #{depName}
and AD_CODE = #{adCode}
and AD_NAME = #{adName}
and DEP_PERS = #{depPers}
and DEP_PERS_TEL = #{depPersTel}
and UT_LEAD = #{utLead}
and PRINCIPAL_TEL = #{principalTel}
and IS_BULD_ACH = #{isBuldAch}
and IS_REG_SYS = #{isRegSys}
and IS_DNG_INFO = #{isDngInfo}
and IS_SAF_MSU = #{isSafMsu}
and IS_USR_GVM = #{isUsrGvm}
and PERS_ID = #{persId}
and INTM = #{intm}
and UPTM = #{uptm}
and NOTE = #{note}
and DATA_STAT = #{dataStat}
and STATE = #{state}
and LOC = #{loc}
and DATA_STAT='0'
insert into BIS_INSP_CHMCLS_USEUNITWK(
)
values (
)
update BIS_INSP_CHMCLS_USEUNITWK set DATA_STAT='9' where ID = #{id}
update BIS_INSP_CHMCLS_USEUNITWK set DATA_STAT='9'
update BIS_INSP_CHMCLS_USEUNITWK set DATA_STAT = '9' where ID = #{id}
update BIS_INSP_CHMCLS_USEUNITWK
LOC = #{loc},
RGSTR_ID
= #{rgstrId},
DEP_NAME
= #{depName},
AD_CODE
= #{adCode},
AD_NAME
= #{adName},
DEP_PERS
= #{depPers},
DEP_PERS_TEL
= #{depPersTel},
UT_LEAD
= #{utLead},
PRINCIPAL_TEL
= #{principalTel},
IS_BULD_ACH
= #{isBuldAch},
IS_REG_SYS
= #{isRegSys},
IS_DNG_INFO
= #{isDngInfo},
IS_SAF_MSU
= #{isSafMsu},
IS_USR_GVM
= #{isUsrGvm},
PERS_ID
= #{persId},
INTM
= #{intm},
UPTM
= #{uptm},
NOTE
= #{note},
DATA_STAT
= #{dataStat},
STATE
= #{state},
ID = #{id}
update BIS_INSP_CHMCLS_USEUNITWK
LOC = #{loc},
RGSTR_ID
= #{rgstrId},
DEP_NAME
= #{depName},
AD_CODE
= #{adCode},
AD_NAME
= #{adName},
DEP_PERS
= #{depPers},
DEP_PERS_TEL
= #{depPersTel},
UT_LEAD
= #{utLead},
PRINCIPAL_TEL
= #{principalTel},
IS_BULD_ACH
= #{isBuldAch},
IS_REG_SYS
= #{isRegSys},
IS_DNG_INFO
= #{isDngInfo},
IS_SAF_MSU
= #{isSafMsu},
IS_USR_GVM
= #{isUsrGvm},
PERS_ID
= #{persId},
INTM
= #{intm},
UPTM
= #{uptm},
NOTE
= #{note},
DATA_STAT
= #{dataStat},
STATE
= #{state},