吉安感知网项目-后端
linwei
2026-02-06 aa5b9987694e20f0233d88d7aa6afd6eb5a7bfb4
drone-service/drone-fw/src/main/java/org/sxkj/fw/device/service/impl/FwDeviceServiceImpl.java
@@ -171,7 +171,7 @@
      if (!AuthUtil.isAdministrator()) {
         deptList = SysCache.getDeptChildIds(Long.valueOf(AuthUtil.getDeptId()));
      }
      return baseMapper.getDeviceManufacturerStatistics(deptList);
      return baseMapper.getDeviceManufacturerStatistics(deptList, AuthUtil.getDeptId());
   }
   /**