lidongdong
2022-10-21 a6c7ae8b7578135f1be4ab58e8cc0d49c86529ec
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){