wanghui 8 anni fa
parent
commit
cf59d3543f

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

@@ -486,7 +486,7 @@
 	</select>
 	
 	<select id="findCustomerContacts" parameterType="java.lang.String" resultType="com.goafanti.common.model.OrganizationContactBook">
-		select id,name,mobile,email,qq,wechat,depatrment,position from organization_contact_book
+		select id,name,mobile,email,qq,wechat,depatrment,position,major from organization_contact_book
 		where uid = #{uid,jdbcType=VARCHAR} and aid = #{aid,jdbcType=VARCHAR}
 	</select>