|
|
|
@ -20,7 +20,7 @@ public class RightUserQueryController { |
|
|
|
private RightQueryService rightQueryService; |
|
|
|
|
|
|
|
@GetMapping("list/right/by/customer") |
|
|
|
@ApiOperation("运营获取订单分页列表") |
|
|
|
@ApiOperation("客户获取权益列表") |
|
|
|
public List<UserListRightByCustomerVo> userListRightByCustomer(@Validated UserListRightByCustomerQueryParam queryParam, |
|
|
|
@RequestParam("userId") Long userId) { |
|
|
|
queryParam.setUserId(userId); |
|
|
|
|