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, PERS_ID, INTM, UPTM, DATA_STAT #{id}, #{bidCode}, #{bidName}, #{loc}, #{adCode}, #{adName}, #{compName}, #{legalPers}, #{contact}, #{contactTel}, #{centerX}, #{centerY}, #{gdX}, #{gdY}, #{persId}, #{intm}, #{uptm}, #{dataStat} and BID_CODE = #{bidCode} and BID_NAME = #{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 PERS_ID = #{persId} and INTM = #{intm} and UPTM = #{uptm} and DATA_STAT = #{dataStat} insert into ATT_BID_BASE( ) values ( ) update ATT_BID_BASE set DATA_STAT='9' where ID = #{id} delete from ATT_BID_BASE update ATT_BID_BASE set flag_valid = 0 where ID = #{id} update ATT_BID_BASE 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}, PERS_ID = #{persId}, INTM = #{intm}, UPTM = #{uptm}, DATA_STAT = #{dataStat}, ID = #{id} update ATT_BID_BASE 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}, PERS_ID = #{persId}, INTM = #{intm}, UPTM = #{uptm}, DATA_STAT = #{dataStat},