Commit eecf239e authored by zoujintao's avatar zoujintao

111

parent fe85a58f
......@@ -621,7 +621,6 @@ public class UserController extends BaseController {
*/
@RequestMapping(value = "", method = RequestMethod.GET)
public String list(Integer number, Model model, HttpServletRequest request) {
UserEntity ue = (UserEntity) request.getSession().getAttribute(SessionConstants.THREAD_USER_KEY);
// 获取查询条件
Map<String, Object> searchParams = Servlets.getParametersStartingWith(request, "search_");
......
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