ID,
OBJ_ID,
BID_CODE,
BID_NAME,
LOC,
AD_CODE,
AD_NAME,
COMP_NAME,
LEGAL_PERS,
CONTACT,
CONTACT_TEL,
CENTER_X,
CENTER_Y,
GD_X,
GD_Y,
BIDPRO_STATE,
STATE,
PERS_ID,
INTM,
UPTM,
GROUP_ID,
DATA_STAT
#{id},
#{objId},
#{bidCode},
#{bidName},
#{loc},
#{adCode},
#{adName},
#{compName},
#{legalPers},
#{contact},
#{contactTel},
#{centerX},
#{centerY},
#{gdX},
#{gdY},
#{bidproState},
#{state},
#{persId},
#{intm},
#{uptm},
#{groupId},
#{dataStat}
and OBJ_ID = #{objId}
and BID_CODE = #{bidCode}
and BID_NAME like '%${bidName}%'
and LOC = #{loc}
and AD_CODE = #{adCode}
and AD_NAME = #{adName}
and COMP_NAME = #{compName}
and LEGAL_PERS = #{legalPers}
and CONTACT = #{contact}
and CONTACT_TEL = #{contactTel}
and CENTER_X = #{centerX}
and CENTER_Y = #{centerY}
and GD_X = #{gdX}
and GD_Y = #{gdY}
and BIDPRO_STATE = #{bidproState}
and STATE = #{state}
and PERS_ID = #{persId}
and INTM = #{intm}
and UPTM = #{uptm}
and GROUP_ID = #{groupId}
and DATA_STAT = '0'
insert into bis_insp_bid_rgstr(
)
values (
)
delete from bis_insp_bid_rgstr where ID = #{id}
delete from bis_insp_bid_rgstr
update bis_insp_bid_rgstr set flag_valid = 0 where ID = #{id}
update bis_insp_bid_rgstr
OBJ_ID = #{objId},
BID_CODE = #{bidCode},
BID_NAME = #{bidName},
LOC = #{loc},
AD_CODE = #{adCode},
AD_NAME = #{adName},
COMP_NAME = #{compName},
LEGAL_PERS = #{legalPers},
CONTACT = #{contact},
CONTACT_TEL = #{contactTel},
CENTER_X = #{centerX},
CENTER_Y = #{centerY},
GD_X = #{gdX},
GD_Y = #{gdY},
BIDPRO_STATE = #{bidproState},
STATE = #{state},
PERS_ID = #{persId},
INTM = #{intm},
UPTM = #{uptm},
GROUP_ID = #{groupId},
DATA_STAT = #{dataStat},
ID = #{id}
update bis_insp_bid_rgstr
OBJ_ID = #{objId},
BID_CODE = #{bidCode},
BID_NAME = #{bidName},
LOC = #{loc},
AD_CODE = #{adCode},
AD_NAME = #{adName},
COMP_NAME = #{compName},
LEGAL_PERS = #{legalPers},
CONTACT = #{contact},
CONTACT_TEL = #{contactTel},
CENTER_X = #{centerX},
CENTER_Y = #{centerY},
GD_X = #{gdX},
GD_Y = #{gdY},
BIDPRO_STATE = #{bidproState},
STATE = #{state},
PERS_ID = #{persId},
INTM = #{intm},
UPTM = #{uptm},
GROUP_ID = #{groupId},
DATA_STAT = #{dataStat},