Commit 6d1cd8bd authored by 鲁鸿波's avatar 鲁鸿波

Merge branch 'dev_2.6.0' of http://120.46.174.3:8099/zlmy/zlmy-cloud into dev_2.6.0

parents 1cbd8aa0 0ac7be38
...@@ -1804,7 +1804,7 @@ public class THazardWorkPlanServiceImpl extends SuperServiceImpl<THazardWorkPlan ...@@ -1804,7 +1804,7 @@ public class THazardWorkPlanServiceImpl extends SuperServiceImpl<THazardWorkPlan
} }
if (StringHelper.isNotEmpty(queryParam.getOrgId())) { if (StringHelper.isNotEmpty(queryParam.getOrgId())) {
// queryWrapper.eq(THazardWorkPlan.ORG_ID,queryParam.getOrgId()); // queryWrapper.eq(THazardWorkPlan.ORG_ID,queryParam.getOrgId());
List<String> idsChildrenById = newSysOrgService.getIdsChildrenById(queryParam.getStatOrgId()); List<String> idsChildrenById = newSysOrgService.getIdsChildrenById(queryParam.getOrgId());
idsChildrenById.add(queryParam.getOrgId()); idsChildrenById.add(queryParam.getOrgId());
//查询下级机构id //查询下级机构id
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment