mini 查询督导接口
This commit is contained in:
@@ -75,8 +75,8 @@ public class LineController {
|
||||
}
|
||||
|
||||
@ApiOperation("查询所有人支持模糊查询")
|
||||
@GetMapping("/getRegionPayPic")
|
||||
public ResponseResult<PageInfo<UserDTO>> getRegionPayPic(@RequestParam("keyword")String keyword ,
|
||||
@GetMapping("/getAllUser")
|
||||
public ResponseResult<PageInfo<UserDTO>> getAllUser(@RequestParam("keyword")String keyword ,
|
||||
@RequestParam("pageNum")Integer pageNum,
|
||||
@RequestParam("pageSize")Integer pageSize ) {
|
||||
return ResponseResult.success(userAuthMappingService.getAllUser(keyword,pageNum,pageSize));
|
||||
|
||||
Reference in New Issue
Block a user