|
|
@@ -1465,7 +1465,7 @@ select a.create_time as createTime,
|
|
|
|
|
|
|
|
|
<select id="selectByIdentityId" resultType="com.goafanti.app.bo.ExpertsListBo">
|
|
|
- select a.id,a.uid as uid,b.nickname as username,b.society_tag as keyword from user_identity a
|
|
|
+ select a.id,a.uid as uid,b.nickname as username,b.society_tag as keyword,a.expert from user_identity a
|
|
|
left join user b on a.uid=b.id
|
|
|
where a.id=#{id,jdbcType=VARCHAR}
|
|
|
</select>
|