瀏覽代碼

客户管理

wanghui 8 年之前
父節點
當前提交
3a1d92c7e0
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/java/com/goafanti/common/mapper/OrganizationContactBookMapper.xml

+ 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>