@@ -116,8 +116,7 @@ public class MonthlyReconciliationController extends BaseController {
}
-//
-// .or(lw.in(MonthlyReconciliation::getPurchaseDeptId, Arrays.asList()).eq());
+ // 分页查询
IPage<MonthlyReconciliation> page = monthlyReconciliationService.page(new Page<>(vo.getPageNum(), vo.getPageSize()), lw);
if (!ObjectUtils.isEmpty(page.getRecords()) && page.getRecords().size() > 0) {
page.setRecords(page.getRecords().stream().map(dto -> {