| | |
| | | } |
| | | } |
| | | |
| | | |
| | | @Override |
| | | public void deleteReportFeeMonthStatisticsInfo(Map info) { |
| | | logger.debug("deleteReportFeeMonthStatisticsInfo 入参 info : {}", info); |
| | | |
| | | int saveFlag = sqlSessionTemplate.update("reportFeeMonthStatisticsServiceDaoImpl.deleteReportFeeMonthStatisticsInfo", info); |
| | | |
| | | if (saveFlag < 1) { |
| | | throw new DAOException(ResponseConstant.RESULT_PARAM_ERROR, "修改费用月统计信息Instance数据失败:" + JSONObject.toJSONString(info)); |
| | | } |
| | | } |
| | | |
| | | /** |
| | | * 修改费用月统计信息 |
| | | * |
| | |
| | | return businessReportFeeMonthStatisticsInfos; |
| | | } |
| | | |
| | | |
| | | @Override |
| | | public Map queryPayFeeDetailCount(Map info) { |
| | | logger.debug("查询费用月统计数据 入参 info : {}", info); |