提交 251086f9 编写于 作者: Z zengqiao

问题修复: 修复账号搜索仅返回一个的问题

上级 b22aa620
......@@ -48,6 +48,6 @@ public class AccountDaoImpl implements AccountDao {
@Override
public List<AccountDO> searchByNamePrefix(String prefix) {
return sqlSession.selectOne("AccountDao.searchByNamePrefix", prefix);
return sqlSession.selectList("AccountDao.searchByNamePrefix", prefix);
}
}
\ No newline at end of file
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册