Commit e06c5fb0 authored by zoujintao's avatar zoujintao

1122

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