java110
2022-01-17 28e7d3937f819a3486b22bfa1c84aee172aaccb4
service-report/src/main/java/com/java110/report/dao/impl/ReportFeeMonthStatisticsServiceDaoImpl.java
@@ -6,7 +6,7 @@
import com.java110.utils.constant.ResponseConstant;
import com.java110.utils.exception.DAOException;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import com.java110.core.log.LoggerFactory;
import org.springframework.stereotype.Service;
import java.util.List;
@@ -97,6 +97,15 @@
        return Double.parseDouble(businessReportFeeMonthStatisticsInfos.get(0).get("total").toString());
    }
    @Override
    public List<Map> queryRoomAndParkingSpace(Map info) {
        logger.debug("查询费用月统计信息 入参 info : {}", info);
        List<Map> businessReportFeeMonthStatisticsInfos = sqlSessionTemplate.selectList("reportFeeMonthStatisticsServiceDaoImpl.queryRoomAndParkingSpace", info);
        return businessReportFeeMonthStatisticsInfos;
    }
    /**
     * 修改费用月统计信息
     *