20200407-lc-1

This commit is contained in:
sk1551 2020-04-07 15:55:28 +08:00
parent 652e7088e1
commit 73415e998c
2 changed files with 9 additions and 1 deletions

9
ruoyi-ui/ruoyi-ui.iml Normal file
View File

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="WEB_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$" />
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>

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);