xboot-modules/xboot-your/src/main/java/cn/exrick/xboot/your/controller/CustomerController.java
@@ -61,7 +61,7 @@ } @RequestMapping(value = "/getByPage", method = RequestMethod.GET) @ApiOperation(value = "") @ApiOperation(value = "分页获取数据") public Result<IPage<Customer>> getByPage(String areaSectionId,String customerName,PageVo page) { QueryWrapper<Customer> wrapper = new QueryWrapper<>(); if (!StrUtil.isEmpty(areaSectionId))