fanli/src/main/java/com/yeshi/fanli/controller/ClientJspController.java
@@ -313,8 +313,6 @@ @RequestMapping("threeShareNew") public String threeShareNew(HttpServletRequest request, HttpSession session, HttpServletResponse response, long uid) { String serverName = request.getServerName(); String contextPath = request.getContextPath(); UserInfo userInfo = userInfoService.getUserById(uid); if (userInfo == null) { return "share/error";