id, uid, ability_label, intellect_right, science_achievement, research_innovation, personnel delete from user_ability where id = #{id,jdbcType=VARCHAR} insert into user_ability (id, uid, ability_label, intellect_right, science_achievement, research_innovation, personnel ) values (#{id,jdbcType=VARCHAR}, #{uid,jdbcType=VARCHAR}, #{abilityLabel,jdbcType=VARCHAR}, #{intellectRight,jdbcType=VARCHAR}, #{scienceAchievement,jdbcType=VARCHAR}, #{researchInnovation,jdbcType=VARCHAR}, #{personnel,jdbcType=VARCHAR} ) insert into user_ability id, uid, ability_label, intellect_right, science_achievement, research_innovation, personnel, #{id,jdbcType=VARCHAR}, #{uid,jdbcType=VARCHAR}, #{abilityLabel,jdbcType=VARCHAR}, #{intellectRight,jdbcType=VARCHAR}, #{scienceAchievement,jdbcType=VARCHAR}, #{researchInnovation,jdbcType=VARCHAR}, #{personnel,jdbcType=VARCHAR}, update user_ability uid = #{uid,jdbcType=VARCHAR}, ability_label = #{abilityLabel,jdbcType=VARCHAR}, intellect_right = #{intellectRight,jdbcType=VARCHAR}, science_achievement = #{scienceAchievement,jdbcType=VARCHAR}, research_innovation = #{researchInnovation,jdbcType=VARCHAR}, personnel = #{personnel,jdbcType=VARCHAR}, where id = #{id,jdbcType=VARCHAR} update user_ability set uid = #{uid,jdbcType=VARCHAR}, ability_label = #{abilityLabel,jdbcType=VARCHAR}, intellect_right = #{intellectRight,jdbcType=VARCHAR}, science_achievement = #{scienceAchievement,jdbcType=VARCHAR}, research_innovation = #{researchInnovation,jdbcType=VARCHAR}, personnel = #{personnel,jdbcType=VARCHAR} where id = #{id,jdbcType=VARCHAR}