ソースを参照

pms 日报任务选择 设备 瑞都 5#国查询公司所有设备

zhangcl 1 週間 前
コミット
2e82e09686

+ 1 - 0
yudao-module-pms/yudao-module-pms-biz/src/main/java/cn/iocoder/yudao/module/pms/service/IotDeviceServiceImpl.java

@@ -717,6 +717,7 @@ public class IotDeviceServiceImpl implements IotDeviceService {
             // 查询 瑞都下的所有 部门
             if (deptId == 163l || deptId == 388l) {
                 Set<Long> tempChildDeptIds = deptService.getChildDeptIdListFromCache(deptId);
+                tempChildDeptIds.add(deptId);
                 childDeptIds.addAll(tempChildDeptIds);
             }
             if (childDeptIds.contains(randomDeptId)) {