先是正常返回字符串
;
map.put("users",users);
return map;
即可。
你这是有地方提前把流读取了吧
看看你AjaxResult.response()封装,问题大概就在里面
你里面大概直接额外拿到response.write 直接返回了肯定不行的和 spring返回(也是通过response.write) 重复了
解决了吗?
把你的Use对象贴出来