|
|
|
@ -84,7 +84,7 @@ public class DistributionLogController {
|
|
|
|
|
@Operation(summary = "获得分销记录分页")
|
|
|
|
|
@PreAuthorize("@ss.hasPermission('member:distribution-log:query')")
|
|
|
|
|
public CommonResult<PageResult<DistributionLogRespVO>> getDistributionLogPage(@Valid DistributionLogPageReqVO pageReqVO) {
|
|
|
|
|
pageReqVO.setGameStatus("0");
|
|
|
|
|
// pageReqVO.setGameStatus("0");
|
|
|
|
|
PageResult<DistributionLogDO> pageResult = distributionLogService.getDistributionLogPage(pageReqVO);
|
|
|
|
|
// 拼接结果返回
|
|
|
|
|
List<MemberUserDO> users = memberUserService.getUserList(
|
|
|
|
|