@@ -72,6 +72,7 @@ public class InspectionServiceImpl implements IInspectionService { | |||
return null; | |||
} | |||
query.setTenantId(tenantId); | |||
query.setType(1); | |||
//查询部门及下级部门列表 | |||
List<Dept> list = deptMapper.selectList(Wrappers.<Dept>lambdaQuery() | |||
.eq(Dept::getMark, 1)); |