20200407-zlp-1

This commit is contained in:
paidaxing444
2020-04-07 15:57:53 +08:00
parent 652e7088e1
commit 347885808d
4 changed files with 3 additions and 217 deletions

View File

@ -58,7 +58,6 @@ public class SysUserController extends BaseController
@GetMapping("/list")
public TableDataInfo list(SysUser user)
{
System.out.println("111");
startPage();
List<SysUser> list = userService.selectUserList(user);
return getDataTable(list);