Commit 34921ee4 authored by 鲁鸿波's avatar 鲁鸿波

危险作业条件确认修改

parent 987da19b
......@@ -329,6 +329,7 @@ public class TSafeHazardOrgController extends SuperController {
} else if (2 == treeLevel || 3 == treeLevel) {
// 区域公司
List<String> orgListByParentId = newSysOrgService.getSubInstitutionIds(orgId);
orgListByParentId.add(orgId);
queryWrapper.in("org_id", orgListByParentId);
} else if (4 == treeLevel) {
// 粮库
......
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