ID,
OBJ_ID,
LAND_CODE,
LAND_NAME,
LAND_AREA,
AD_CODE,
AD_NAME,
CONTACT,
CONTACT_TEL,
CENTER_X,
CENTER_Y,
GD_X,
GD_Y,
CUR_STATE,
BEO_STATE,
STATE,
PERS_ID,
INTM,
UPTM,
GROUP_ID,
DATA_STAT
#{id},
#{objId},
#{landCode},
#{landName},
#{landArea},
#{adCode},
#{adName},
#{contact},
#{contactTel},
#{centerX},
#{centerY},
#{gdX},
#{gdY},
#{curState},
#{beoState},
#{state},
#{persId},
#{intm},
#{uptm},
#{groupId},
#{dataStat}
and OBJ_ID = #{objId}
and LAND_CODE = #{landCode}
and LAND_NAME = #{landName}
and LAND_AREA = #{landArea}
and AD_CODE = #{adCode}
and AD_NAME = #{adName}
and CONTACT = #{contact}
and CONTACT_TEL = #{contactTel}
and CENTER_X = #{centerX}
and CENTER_Y = #{centerY}
and GD_X = #{gdX}
and GD_Y = #{gdY}
and CUR_STATE = #{curState}
and BEO_STATE = #{beoState}
and STATE = #{state}
and PERS_ID = #{persId}
and INTM = #{intm}
and UPTM = #{uptm}
and GROUP_ID = #{groupId}
and DATA_STAT = #{dataStat}
insert into BIS_INSP_RLRW_RGSTR( )
values ( )
delete from BIS_INSP_RLRW_RGSTR where ID = #{id}
delete from BIS_INSP_RLRW_RGSTR
update BIS_INSP_RLRW_RGSTR set flag_valid = 0 where ID = #{id}
update BIS_INSP_RLRW_RGSTR
OBJ_ID = #{objId},
LAND_CODE = #{landCode},
LAND_NAME = #{landName},
LAND_AREA = #{landArea},
AD_CODE = #{adCode},
AD_NAME = #{adName},
CONTACT = #{contact},
CONTACT_TEL = #{contactTel},
CENTER_X = #{centerX},
CENTER_Y = #{centerY},
GD_X = #{gdX},
GD_Y = #{gdY},
CUR_STATE = #{curState},
BEO_STATE = #{beoState},
STATE = #{state},
PERS_ID = #{persId},
INTM = #{intm},
UPTM = #{uptm},
GROUP_ID = #{groupId},
DATA_STAT = #{dataStat},
ID = #{id}
update BIS_INSP_RLRW_RGSTR
OBJ_ID = #{objId},
LAND_CODE = #{landCode},
LAND_NAME = #{landName},
LAND_AREA = #{landArea},
AD_CODE = #{adCode},
AD_NAME = #{adName},
CONTACT = #{contact},
CONTACT_TEL = #{contactTel},
CENTER_X = #{centerX},
CENTER_Y = #{centerY},
GD_X = #{gdX},
GD_Y = #{gdY},
CUR_STATE = #{curState},
BEO_STATE = #{beoState},
STATE = #{state},
PERS_ID = #{persId},
INTM = #{intm},
UPTM = #{uptm},
GROUP_ID = #{groupId},
DATA_STAT = #{dataStat},