智慧保安后台管理-外网
src/main/java/org/springblade/modules/dispatcher/service/impl/DispatcherUnitServiceImpl.java
@@ -57,10 +57,10 @@
   @Override
   public IPage<DispatcherUnitVO> selectDispatcherUnitPage(IPage<DispatcherUnitVO> page, DispatcherUnitVO dispatcherUnitVO) {
      List<DispatcherUnitVO> dispatcherUnitVOS = baseMapper.selectDispatcherUnitPage(page, dispatcherUnitVO);
//      dispatcherUnitVOS.forEach(dispatcherUnitVO1 -> {
//         //查询派遣记录条数
//         dispatcherUnitVO1.setNum(dispatcherService.getDispatcherCount(dispatcherUnitVO1));
//      });
      dispatcherUnitVOS.forEach(dispatcherUnitVO1 -> {
         //查询派遣记录条数
         dispatcherUnitVO1.setNum(dispatcherService.getDispatcherCount(dispatcherUnitVO1));
      });
      return page.setRecords(dispatcherUnitVOS);
   }