Sfoglia il codice sorgente

用户列表添加部门名称

hexiao 2 anni fa
parent
commit
bf5a13df8c

+ 1 - 2
purchase-admin/src/main/java/com/ozs/web/controller/plan/MonthlyReconciliationController.java

@@ -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 -> {