Commit 12ddcdaf authored by libin's avatar libin

佣金明细

parent 1e8e917b
......@@ -47,6 +47,8 @@ public class SellingWaterVo {
@ApiModelProperty(value = "更新时间", hidden = true )
private Integer updTime;
private Integer waiting;
/**
* 所获佣金
*/
......
......@@ -264,8 +264,8 @@ public class AppUserSellingWaterBiz extends BaseBiz<AppUserSellingWaterMapper,Ap
totalIncome = total.subtract(refund);
}
sellingWaterPagVo.setPageNum(appUserSellingWaterPageDataVO.getPageNum());
sellingWaterPagVo.setPageSize(appUserSellingWaterPageDataVO.getPageSize());
sellingWaterPagVo.setPageNum(pageNo);
sellingWaterPagVo.setPageSize(pageSize);
sellingWaterPagVo.setTotalCount(appUserSellingWaterPageDataVO.getTotalCount().intValue());
sellingWaterPagVo.setTotalPage(appUserSellingWaterPageDataVO.getTotalPage());
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