|
|
@@ -1632,7 +1632,8 @@
|
|
|
select y.uid as id,y.username as name ,t.create_time as createTime
|
|
|
from user_interest t
|
|
|
left join user_identity y on t.to_uid=y.uid
|
|
|
- where from_uid=#{uid,jdbcType=VARCHAR}
|
|
|
+ where expert=1
|
|
|
+ and from_uid=#{uid,jdbcType=VARCHAR}
|
|
|
<if test="page_sql!=null">
|
|
|
${page_sql}
|
|
|
</if>
|