wuxw
2024-03-09 a395bbdbfe4d2be13287bb209f7be3b4449ef49c
service-report/src/main/java/com/java110/report/dao/impl/ReportFeeMonthStatisticsServiceDaoImpl.java
@@ -511,9 +511,9 @@
    public List<Map> queryDeadlineFee(Map info) throws DAOException {
        logger.debug("查询费用月统计信息 入参 info : {}", info);
        List<Map> businessReportFeeMonthStatisticsInfos = sqlSessionTemplate.selectList("reportFeeMonthStatisticsServiceDaoImpl.queryDeadlineFee", info);
        List<Map> infos = sqlSessionTemplate.selectList("reportFeeMonthStatisticsServiceDaoImpl.queryDeadlineFee", info);
        return businessReportFeeMonthStatisticsInfos;
        return infos;
    }
    @Override