增加业务参数
This commit is contained in:
@ -117,7 +117,7 @@ public class BizMessageConsumerServiceImpl implements BizMessageConsumerService
|
|||||||
List<BizMessageVo> list = pageEntity.getRecords();
|
List<BizMessageVo> list = pageEntity.getRecords();
|
||||||
|
|
||||||
list.forEach(l->{
|
list.forEach(l->{
|
||||||
l.setDatanum(pageEntity.getCurrent());
|
l.setDatanum(pageEntity.getTotal());
|
||||||
});
|
});
|
||||||
|
|
||||||
return list;
|
return list;
|
||||||
|
Reference in New Issue
Block a user