manager-api/src/main/java/cn/lili/controller/lmk/CustomerController.java
@@ -39,7 +39,7 @@ } @ApiOperation(value = "会员分页列表") @ApiOperation(value = "客户分页列表") @GetMapping public Result getByPage(CustomerQuery customerQuery) { return customerService.getMemberPage(customerQuery);