@@ -425,6 +425,6 @@
</update>
<update id="updateMainContact">
- update organization_contact_book set major = 0 where id = #{ocbId,jdbcType=VARCHAR}
+ update organization_contact_book set major = 1 where id = #{ocbId,jdbcType=VARCHAR}
</mapper>