数据推送列表和明细列表
This commit is contained in:
parent
ff3d569e1d
commit
4606e11754
|
|
@ -636,6 +636,6 @@ public class PushServiceImpl extends Service implements PushService {
|
|||
.collect(Collectors.toList());
|
||||
PageInfo<PushRecordDetailDTO> pageInfo = SalaryPageUtil.buildPage(param.getCurrent(), param.getPageSize(), listDTOS, PushRecordDetailDTO.class);
|
||||
pageInfo.setTotal(pushRecordDetailPOS.size());
|
||||
return null;
|
||||
return pageInfo;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue