insert into sar_stand_project_relation(project_id,stand_id) VALUES (#{list.projectId,jdbcType=VARCHAR},#{list.standId,jdbcType=VARCHAR}) delete from sar_stand_project_relation where ( project_id= #{list.projectId} and stand_id = #{list.standId} )