flower_city/src/main/java/com/dg/core/service/impl/SysUserServiceImpl.java
@@ -223,8 +223,8 @@ } @Override public List<SysUser> queryList(Integer userType) { return baseMapper.queryList(userType); public List<SysUser> queryList(Integer userType,String keyWord) { return baseMapper.queryList(userType,keyWord); } public List<String> getDepartmentIds( List<OrganizationChartEntity> organizationChartEntities,List<String> departmentIds){