heheng
2025-12-03 430477c7e0777531f22fc18dc8906ea75cdc21d9
multi-system/src/main/java/com/gkhy/exam/system/service/impl/QualityServiceImpl.java
@@ -49,7 +49,7 @@
        boolean admin = SecurityUtils.isAdmin(SecurityUtils.getUserId());
        if (!SecurityUtils.adminUser()){
            if (quality.getCompanyId()==null){
                throw new RuntimeException("非管理员操作,查询条件不可为空");
                throw new ApiException("非管理员操作,查询条件不可为空");
            }
        }
        PageUtils.startPage();