heheng
2025-07-07 b48be73219c84cf00f4fbbabe6ea31f6e511c4a9
multi-system/src/main/java/com/gkhy/exam/system/service/impl/SysCompanyServiceImpl.java
@@ -101,4 +101,9 @@
            throw new ApiException("分配课时失败");
        }
    }
    @Override
    public List<SysCompany> selectCompanyLists() {
        return baseMapper.selectCompanyListS();
    }
}