Commit 12ddcdaf authored by libin's avatar libin

佣金明细

parent 1e8e917b
...@@ -47,6 +47,8 @@ public class SellingWaterVo { ...@@ -47,6 +47,8 @@ public class SellingWaterVo {
@ApiModelProperty(value = "更新时间", hidden = true ) @ApiModelProperty(value = "更新时间", hidden = true )
private Integer updTime; private Integer updTime;
private Integer waiting;
/** /**
* 所获佣金 * 所获佣金
*/ */
......
...@@ -264,8 +264,8 @@ public class AppUserSellingWaterBiz extends BaseBiz<AppUserSellingWaterMapper,Ap ...@@ -264,8 +264,8 @@ public class AppUserSellingWaterBiz extends BaseBiz<AppUserSellingWaterMapper,Ap
totalIncome = total.subtract(refund); totalIncome = total.subtract(refund);
} }
sellingWaterPagVo.setPageNum(appUserSellingWaterPageDataVO.getPageNum()); sellingWaterPagVo.setPageNum(pageNo);
sellingWaterPagVo.setPageSize(appUserSellingWaterPageDataVO.getPageSize()); sellingWaterPagVo.setPageSize(pageSize);
sellingWaterPagVo.setTotalCount(appUserSellingWaterPageDataVO.getTotalCount().intValue()); sellingWaterPagVo.setTotalCount(appUserSellingWaterPageDataVO.getTotalCount().intValue());
sellingWaterPagVo.setTotalPage(appUserSellingWaterPageDataVO.getTotalPage()); sellingWaterPagVo.setTotalPage(appUserSellingWaterPageDataVO.getTotalPage());
sellingWaterPagVo.setTotalIncome(totalIncome); sellingWaterPagVo.setTotalIncome(totalIncome);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment