🐛 搜索结果中点击用户跳转个人主页问题修复

This commit is contained in:
ronger 2021-04-20 08:48:16 +08:00
parent 90b3492307
commit a9be5d50fe

View File

@ -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>