| | |
| | | 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; |
| | |
| | | } |
| | | |
| | | 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; |
| | | } |
| | | |
| | | /** |
| | |
| | | } |
| | | |
| | | |
| | | public int deleteInvalidFee(Map info){ |
| | | logger.debug("deleteInvalidFee 入参 info : {}", info); |
| | | |
| | | int saveFlag = sqlSessionTemplate.update("reportFeeMonthStatisticsServiceDaoImpl.deleteInvalidFee", info); |
| | | |
| | | return saveFlag; |
| | | } |
| | | |
| | | |
| | | } |