IS_UNIT,
ID,
OBJ_ID,
PERS_ID,
INTM,
UPTM,
STATE,
DATA_STAT,
WIU_ID,
WIU_NAME,
AD_NAME,
AD_CODE,
WIU_LOC,
CENTER_X,
CENTER_Y,
GD_X,
GD_Y,
WAT_LIC_CODE,
WIU_CONTACT,
WIU_CONTACT_TEL,
APPR_UNIT,
APPR_CONTACT,
APPR_CONTACT_TEL,
WIU_CODE,
WINT_CODE,
NAME,
WIU_NAT_NAME,
CODE_VAL,
UNIT_TYPE,
NDSTY_TYPE,
RGSTR_ADDR,
BIZ_ADDR,
WTRCR_STAT,
UNIT_STAT,
WTRU_STAT,
NOTE
#{isUnit},
#{id},
#{objId},
#{persId},
#{intm},
#{uptm},
#{state},
#{dataStat},
#{wiuId},
#{wiuName},
#{adName},
#{adCode},
#{wiuLoc},
#{centerX},
#{centerY},
#{gdX},
#{gdY},
#{watLicCode},
#{wiuContact},
#{wiuContactTel},
#{apprUnit},
#{apprContact},
#{apprContactTel},
#{wiuCode},
#{wintCode},
#{name},
#{wiuNatName},
#{codeVal},
#{unitType},
#{ndstyType},
#{rgstrAddr},
#{bizAddr},
#{wtrcrStat},
#{unitStat},
#{wtruStat},
#{note}
and IS_UNIT = #{isUnit}
and OBJ_ID = #{objId}
and PERS_ID = #{persId}
and INTM = #{intm}
and UPTM = #{uptm}
and STATE = #{state}
and DATA_STAT = #{dataStat}
and WIU_ID = #{wiuId}
and WIU_NAME = #{wiuName}
and AD_NAME = #{adName}
and AD_CODE = #{adCode}
and WIU_LOC = #{wiuLoc}
and CENTER_X = #{centerX}
and CENTER_Y = #{centerY}
and GD_X = #{gdX}
and GD_Y = #{gdY}
and WAT_LIC_CODE = #{watLicCode}
and WIU_CONTACT = #{wiuContact}
and WIU_CONTACT_TEL = #{wiuContactTel}
and APPR_UNIT = #{apprUnit}
and APPR_CONTACT = #{apprContact}
and APPR_CONTACT_TEL = #{apprContactTel}
and WIU_CODE = #{wiuCode}
and WINT_CODE = #{wintCode}
and NAME = #{name}
and WIU_NAT_NAME = #{wiuNatName}
and CODE_VAL = #{codeVal}
and UNIT_TYPE = #{unitType}
and NDSTY_TYPE = #{ndstyType}
and RGSTR_ADDR = #{rgstrAddr}
and BIZ_ADDR = #{bizAddr}
and WTRCR_STAT = #{wtrcrStat}
and UNIT_STAT = #{unitStat}
and WTRU_STAT = #{wtruStat}
and NOTE = #{note}
and DATA_STAT='0'
insert into BIS_INSP_WIUJS_RGSTR(
)
values (
)
update BIS_INSP_WIUJS_RGSTR set DATA_STAT='9' where ID = #{id}
update BIS_INSP_WIUJS_RGSTR set DATA_STAT='9'
update BIS_INSP_WIUJS_RGSTR set DATA_STAT = '9' where ID = #{id}
update BIS_INSP_WIUJS_RGSTR
IS_UNIT = #{isUnit},
OBJ_ID = #{objId},
PERS_ID = #{persId},
INTM = #{intm},
UPTM = #{uptm},
STATE = #{state},
DATA_STAT = #{dataStat},
WIU_ID = #{wiuId},
WIU_NAME = #{wiuName},
AD_NAME = #{adName},
AD_CODE = #{adCode},
WIU_LOC = #{wiuLoc},
CENTER_X = #{centerX},
CENTER_Y = #{centerY},
GD_X = #{gdX},
GD_Y = #{gdY},
WAT_LIC_CODE = #{watLicCode},
WIU_CONTACT = #{wiuContact},
WIU_CONTACT_TEL = #{wiuContactTel},
APPR_UNIT = #{apprUnit},
APPR_CONTACT = #{apprContact},
APPR_CONTACT_TEL = #{apprContactTel},
WIU_CODE = #{wiuCode},
WINT_CODE = #{wintCode},
NAME = #{name},
WIU_NAT_NAME = #{wiuNatName},
CODE_VAL = #{codeVal},
UNIT_TYPE = #{unitType},
NDSTY_TYPE = #{ndstyType},
RGSTR_ADDR = #{rgstrAddr},
BIZ_ADDR = #{bizAddr},
WTRCR_STAT = #{wtrcrStat},
UNIT_STAT = #{unitStat},
WTRU_STAT = #{wtruStat},
NOTE = #{note},
ID = #{id}
update BIS_INSP_WIUJS_RGSTR
IS_UNIT = #{isUnit},
OBJ_ID = #{objId},
PERS_ID = #{persId},
INTM = #{intm},
UPTM = #{uptm},
STATE = #{state},
DATA_STAT = #{dataStat},
WIU_ID = #{wiuId},
WIU_NAME = #{wiuName},
AD_NAME = #{adName},
AD_CODE = #{adCode},
WIU_LOC = #{wiuLoc},
CENTER_X = #{centerX},
CENTER_Y = #{centerY},
GD_X = #{gdX},
GD_Y = #{gdY},
WAT_LIC_CODE = #{watLicCode},
WIU_CONTACT = #{wiuContact},
WIU_CONTACT_TEL = #{wiuContactTel},
APPR_UNIT = #{apprUnit},
APPR_CONTACT = #{apprContact},
APPR_CONTACT_TEL = #{apprContactTel},
WIU_CODE = #{wiuCode},
WINT_CODE = #{wintCode},
NAME = #{name},
WIU_NAT_NAME = #{wiuNatName},
CODE_VAL = #{codeVal},
UNIT_TYPE = #{unitType},
NDSTY_TYPE = #{ndstyType},
RGSTR_ADDR = #{rgstrAddr},
BIZ_ADDR = #{bizAddr},
WTRCR_STAT = #{wtrcrStat},
UNIT_STAT = #{unitStat},
WTRU_STAT = #{wtruStat},
NOTE = #{note},