|
@@ -1105,8 +1105,8 @@
|
|
|
and t.uid = #{uid,jdbcType=VARCHAR}
|
|
and t.uid = #{uid,jdbcType=VARCHAR}
|
|
|
</select>
|
|
</select>
|
|
|
<select id="getAppHomeRecommended" resultType="com.goafanti.user.bo.UserIdentityRecommended">
|
|
<select id="getAppHomeRecommended" resultType="com.goafanti.user.bo.UserIdentityRecommended">
|
|
|
- select
|
|
|
|
|
- ep.expert_id as id, u.identify_name as name, ui.work_unit as workUnit, u.introduction as introduction,
|
|
|
|
|
|
|
+ select
|
|
|
|
|
+ ep.expert_id as id, u.identify_name as name, ui.work_unit as workUnit ,ui.professional_title as professionalTitle, u.introduction as introduction,
|
|
|
u.head_portrait_url as headPortraitUrl,ifnull(o.x,0) as reservationCount
|
|
u.head_portrait_url as headPortraitUrl,ifnull(o.x,0) as reservationCount
|
|
|
from expert_publish ep
|
|
from expert_publish ep
|
|
|
left join user_identity ui on ep.expert_id = ui.uid
|
|
left join user_identity ui on ep.expert_id = ui.uid
|