|
@@ -37,6 +37,7 @@ public class SysUserController {
|
|
|
|
|
|
@PostMapping("/list")
|
|
@PostMapping("/list")
|
|
public JSONObject listUser(@RequestBody Map map) {
|
|
public JSONObject listUser(@RequestBody Map map) {
|
|
|
|
+ System.out.println();
|
|
int pageNum = (Integer)map.get("pageNum");
|
|
int pageNum = (Integer)map.get("pageNum");
|
|
int pageSize = (Integer)map.get("pageSize");
|
|
int pageSize = (Integer)map.get("pageSize");
|
|
String searchStr = (String)map.get("searchStr");
|
|
String searchStr = (String)map.get("searchStr");
|