wanghui лет назад: 7
Родитель
Сommit
3a1d92c7e0

+ 1 - 1
src/main/java/com/goafanti/common/mapper/OrganizationContactBookMapper.xml

@@ -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}
   </update>
 </mapper>