ID,
PROJECT_ID,
LEGAL_ENTITY,
LEGAL_CONTACT_PHONE,
CONSTRUCTOR_UNIT,
CONSTRUCTOR_CONTACT_PHONE,
SUPERVISOR_UNIT,
SUPERVISOR_CONTACT_PHONE,
DESIGN_UNIT,
DESIGN_CONTACT_PHONE,
OTHER_PARTICIPANT_UNIT,
OTHER_CONTACT_PHONE,
REMARK,
INTM,
UPTM,
DATA_STAT
#{id},
#{projectId},
#{legalEntity},
#{legalContactPhone},
#{constructorUnit},
#{constructorContactPhone},
#{supervisorUnit},
#{supervisorContactPhone},
#{designUnit},
#{designContactPhone},
#{otherParticipantUnit},
#{otherContactPhone},
#{remark},
#{intm},
#{uptm},
#{dataStat}
and PROJECT_ID = #{projectId}
and LEGAL_ENTITY = #{legalEntity}
and LEGAL_CONTACT_PHONE = #{legalContactPhone}
and CONSTRUCTOR_UNIT = #{constructorUnit}
and CONSTRUCTOR_CONTACT_PHONE = #{constructorContactPhone}
and SUPERVISOR_UNIT = #{supervisorUnit}
and SUPERVISOR_CONTACT_PHONE = #{supervisorContactPhone}
and DESIGN_UNIT = #{designUnit}
and DESIGN_CONTACT_PHONE = #{designContactPhone}
and OTHER_PARTICIPANT_UNIT = #{otherParticipantUnit}
and OTHER_CONTACT_PHONE = #{otherContactPhone}
and REMARK = #{remark}
and INTM = #{intm}
and UPTM = #{uptm}
and DATA_STAT = #{dataStat}
and DATA_STAT='0'
insert into ATT_PROJECT_INSURANCE_PARTICIP( )
values ( )
update ATT_PROJECT_INSURANCE_PARTICIP set DATA_STAT='9' where ID = #{id}
update ATT_PROJECT_INSURANCE_PARTICIP set DATA_STAT='9'
update ATT_PROJECT_INSURANCE_PARTICIP set DATA_STAT = '9' where ID = #{id}
update ATT_PROJECT_INSURANCE_PARTICIP
PROJECT_ID = #{projectId},
LEGAL_ENTITY = #{legalEntity},
LEGAL_CONTACT_PHONE = #{legalContactPhone},
CONSTRUCTOR_UNIT = #{constructorUnit},
CONSTRUCTOR_CONTACT_PHONE = #{constructorContactPhone},
SUPERVISOR_UNIT = #{supervisorUnit},
SUPERVISOR_CONTACT_PHONE = #{supervisorContactPhone},
DESIGN_UNIT = #{designUnit},
DESIGN_CONTACT_PHONE = #{designContactPhone},
OTHER_PARTICIPANT_UNIT = #{otherParticipantUnit},
OTHER_CONTACT_PHONE = #{otherContactPhone},
REMARK = #{remark},
INTM = #{intm},
UPTM = #{uptm},
DATA_STAT = #{dataStat},
ID = #{id}
update ATT_PROJECT_INSURANCE_PARTICIP
PROJECT_ID = #{projectId},
LEGAL_ENTITY = #{legalEntity},
LEGAL_CONTACT_PHONE = #{legalContactPhone},
CONSTRUCTOR_UNIT = #{constructorUnit},
CONSTRUCTOR_CONTACT_PHONE = #{constructorContactPhone},
SUPERVISOR_UNIT = #{supervisorUnit},
SUPERVISOR_CONTACT_PHONE = #{supervisorContactPhone},
DESIGN_UNIT = #{designUnit},
DESIGN_CONTACT_PHONE = #{designContactPhone},
OTHER_PARTICIPANT_UNIT = #{otherParticipantUnit},
OTHER_CONTACT_PHONE = #{otherContactPhone},
REMARK = #{remark},
INTM = #{intm},
UPTM = #{uptm},
DATA_STAT = #{dataStat},