liding
2025-04-10 a3e0493b2f597e8c49ee80a0c7ab92bc30dc60a3
basic-server/src/main/java/com/ruoyi/basic/mapper/CertificationMapper.java
@@ -10,5 +10,5 @@
public interface CertificationMapper extends BaseMapper<Certification> {
    //查询资质明细列表
    IPage<Certification> getCertificationDetail(Page page, @Param("ew") QueryWrapper<Certification> ew);
    IPage<Certification> getCertificationDetail(Page page, @Param("param") Certification certification);
}