yaowanxin
7 天以前 e0ba02eb14e31451293a93dafd285b279d9a7775
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);
}