chenrui
2025-04-09 1070eb501c0075e3f40f4506c2d9e5ddb9c597b9
basic-server/src/main/java/com/ruoyi/basic/service/impl/CertificationServiceImpl.java
@@ -28,7 +28,7 @@
    //查询资质明细列表
    @Override
    public IPage<Certification> getCertificationDetail(Page page, Certification certification) {
        return  certificationMapper.getCertificationDetail(page, QueryWrappers.queryWrappers(certification));
        return  certificationMapper.getCertificationDetail(page, certification);
    }
    //添加资质明细列表