java110
2021-08-06 b5e47a74ad88c453bf82fb8b870b69ac9d45503f
service-report/src/main/java/com/java110/report/dao/impl/ReportFeeYearCollectionServiceDaoImpl.java
old mode 100644 new mode 100755
@@ -59,6 +59,20 @@
        return businessReportFeeYearCollectionInfos;
    }
    /**
     * 查询费用年收费信息(instance)
     * @param info bId 信息
     * @return List<Map>
     * @throws DAOException DAO异常
     */
    @Override
    public List<Map> getReportFeeYearCollectionInfos(Map info) throws DAOException {
        logger.debug("查询费用年收费信息 入参 info : {}",info);
        List<Map> businessReportFeeYearCollectionInfos = sqlSessionTemplate.selectList("reportFeeYearCollectionServiceDaoImpl.getReportFeeYearCollectionInfos",info);
        return businessReportFeeYearCollectionInfos;
    }
    /**