Commit 2bf58d5a authored by liming's avatar liming

初始化团长管理端

parent 8d249d33
......@@ -332,7 +332,6 @@ public class SportUserService {
public List<RespUserInfo> getUserInfoByIds(List<Long> ids) {
QueryWrapper<SportUser> queryWrapper = new QueryWrapper<>();
queryWrapper.in("id", ids);
List<SportUser> userList = sportUserMapper.selectList(queryWrapper);
return getUserInfo(queryWrapper);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment