|
@@ -720,7 +720,7 @@ public class WmDaAgentServiceImpl extends ServiceImpl<WmDaAgentMapper, WmDaAgent
|
|
|
} else {
|
|
|
SysDeptRelation sysDeptRelation = new SysDeptRelation();
|
|
|
sysDeptRelation.setAncestor(SecurityUtils.getUser().getDeptId());
|
|
|
- sysDeptRelationList.addAll(sysDeptRelationMapper.selectDeptRelationsList(sysDeptRelation));
|
|
|
+ sysDeptRelationList.addAll(sysDeptRelationMapper.selectDeptAllDesc(sysDeptRelation));
|
|
|
}
|
|
|
|
|
|
List<WmDaAgent> wmDaAgentList = new ArrayList<>();
|