|
@@ -486,7 +486,7 @@
|
|
|
</select>
|
|
</select>
|
|
|
|
|
|
|
|
<select id="findCustomerContacts" parameterType="java.lang.String" resultType="com.goafanti.common.model.OrganizationContactBook">
|
|
<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}
|
|
where uid = #{uid,jdbcType=VARCHAR} and aid = #{aid,jdbcType=VARCHAR}
|
|
|
</select>
|
|
</select>
|
|
|
|
|
|