mini 查询督导接口

This commit is contained in:
shuo.wang
2025-04-03 15:05:01 +08:00
parent 04dd6675b7
commit 060ef9f9af

View File

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