🐛 搜索结果中点击用户
跳转个人主页问题修复
This commit is contained in:
parent
90b3492307
commit
a9be5d50fe
@ -13,6 +13,6 @@
|
||||
select portfolio_title as label, id as value, 'portfolio' as type from forest_portfolio
|
||||
</select>
|
||||
<select id="searchInitialUserSearch" resultMap="BaseResultMap">
|
||||
select nickname as label, nickname as value, 'user' as type from forest_user where status = 0
|
||||
select nickname as label, account as value, 'user' as type from forest_user where status = 0
|
||||
</select>
|
||||
</mapper>
|
Loading…
Reference in New Issue
Block a user