|
@@ -76,7 +76,7 @@ public class MonthlyReconciliationController extends BaseController {
|
|
|
lw.le(MonthlyReconciliation::getPlanDemandSubTime,vo.getEntTime());
|
|
|
}
|
|
|
IPage<MonthlyReconciliation> page = monthlyReconciliationService.page(new Page<>(vo.getPageNum(), vo.getPageSize()), lw);
|
|
|
- if (!ObjectUtils.isEmpty(page.getRecords())) {
|
|
|
+ if (!ObjectUtils.isEmpty(page.getRecords()) && page.getRecords().size() >0) {
|
|
|
page.setRecords(page.getRecords().stream().map(dto -> {
|
|
|
// 采购单位名称
|
|
|
Map<String, Object> stringObjectMap = iSysDeptService.selectDeptById(dto.getPurchaseDeptId());
|