|
|
@@ -1207,6 +1207,7 @@ order by
|
|
|
<select id="appMyInterestedExpertList" resultType="com.goafanti.user.bo.MyInterestedBo">
|
|
|
select t.uid as id,u.nickname as name,t.work_unit as workUnit,u.introduction,
|
|
|
t.professional_title as professionalTitle,u.head_portrait_url as imgUrl,
|
|
|
+ t.consultant_type as consultantType,
|
|
|
if(isnull(a.count),0,a.count) as interestCount
|
|
|
from user_interest ui left JOIN `user` u on ui.to_uid = u.id
|
|
|
left join user_identity t on ui.to_uid=t.uid
|