Commit 037579fc authored by zoujintao's avatar zoujintao

111

parent eecf239e
......@@ -621,6 +621,7 @@ 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