Commit 47ec9af8 by ping.wu

积分商城

parent deba7d08
......@@ -301,7 +301,7 @@ public class PointsMallOrderServiceImpl implements PointsMallOrderService {
PageInfo<ScoreRecordVo> pageInfo = new PageInfo<>();
pageInfo.setList(result);
pageInfo.setTotal(response.getTotalNum());
return ResponseUtil.success(result);
return ResponseUtil.success(pageInfo);
}
@Override
......
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