Commit 0ac7be38 authored by Rensq's avatar Rensq

危险作业计划作业列表筛选条件bug修改

parent a59d9658
...@@ -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