| | |
| | | } |
| | | } |
| | | |
| | | |
| | | @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.get(0); |
| | | } |
| | | |
| | | @Override |
| | | public int queryHuaningOweFeeCount(Map info) { |
| | | logger.debug("查询queryHuaningOweFeeCount数据 入参 info : {}", info); |
| | | |
| | | List<Map> businessReportFeeMonthStatisticsInfos = sqlSessionTemplate.selectList("reportFeeMonthStatisticsServiceDaoImpl.queryHuaningOweFeeCount", info); |
| | | if (businessReportFeeMonthStatisticsInfos.size() < 1) { |
| | | return 0; |
| | | } |
| | | |
| | | return Integer.parseInt(businessReportFeeMonthStatisticsInfos.get(0).get("count").toString()); |
| | | } |
| | | |
| | | @Override |
| | | public List<Map> queryHuaningOweFee(Map info) { |
| | | logger.debug("查询queryHuaningOweFee 入参 info : {}", info); |
| | | |
| | | List<Map> businessReportFeeMonthStatisticsInfos = sqlSessionTemplate.selectList("reportFeeMonthStatisticsServiceDaoImpl.queryHuaningOweFee", info); |
| | | |
| | | return businessReportFeeMonthStatisticsInfos; |
| | | } |
| | | |
| | | @Override |
| | | public int queryHuaningPayFeeCount(Map info) { |
| | | logger.debug("查询queryHuaningPayFeeCount数据 入参 info : {}", info); |
| | | |
| | | List<Map> businessReportFeeMonthStatisticsInfos = sqlSessionTemplate.selectList("reportFeeMonthStatisticsServiceDaoImpl.queryHuaningPayFeeCount", info); |
| | | if (businessReportFeeMonthStatisticsInfos.size() < 1) { |
| | | return 0; |
| | | } |
| | | |
| | | return Integer.parseInt(businessReportFeeMonthStatisticsInfos.get(0).get("count").toString()); |
| | | } |
| | | |
| | | @Override |
| | | public List<Map> queryHuaningPayFee(Map info) { |
| | | logger.debug("查询queryHuaningPayFee 入参 info : {}", info); |
| | | |
| | | List<Map> businessReportFeeMonthStatisticsInfos = sqlSessionTemplate.selectList("reportFeeMonthStatisticsServiceDaoImpl.queryHuaningPayFee", info); |
| | | |
| | | return businessReportFeeMonthStatisticsInfos; |
| | | } |
| | | |
| | | @Override |
| | | public int queryHuaningPayFeeTwoCount(Map info) { |
| | | logger.debug("查询queryHuaningPayFeeTwoCount数据 入参 info : {}", info); |
| | | |
| | | List<Map> businessReportFeeMonthStatisticsInfos = sqlSessionTemplate.selectList("reportFeeMonthStatisticsServiceDaoImpl.queryHuaningPayFeeTwoCount", info); |
| | | if (businessReportFeeMonthStatisticsInfos.size() < 1) { |
| | | return 0; |
| | | } |
| | | |
| | | return Integer.parseInt(businessReportFeeMonthStatisticsInfos.get(0).get("count").toString()); |
| | | } |
| | | |
| | | @Override |
| | | public List<Map> queryHuaningPayFeeTwo(Map info) { |
| | | logger.debug("查询queryHuaningPayFeeTwo 入参 info : {}", info); |
| | | |
| | | List<Map> businessReportFeeMonthStatisticsInfos = sqlSessionTemplate.selectList("reportFeeMonthStatisticsServiceDaoImpl.queryHuaningPayFeeTwo", info); |
| | | |
| | | return businessReportFeeMonthStatisticsInfos; |
| | | } |
| | | |
| | | @Override |
| | | public int queryHuaningOweFeeDetailCount(Map info) { |
| | | logger.debug("查询queryHuaningOweFeeDetailCount数据 入参 info : {}", info); |
| | | |
| | | List<Map> businessReportFeeMonthStatisticsInfos = sqlSessionTemplate.selectList("reportFeeMonthStatisticsServiceDaoImpl.queryHuaningOweFeeDetailCount", info); |
| | | if (businessReportFeeMonthStatisticsInfos.size() < 1) { |
| | | return 0; |
| | | } |
| | | |
| | | return Integer.parseInt(businessReportFeeMonthStatisticsInfos.get(0).get("count").toString()); |
| | | } |
| | | |
| | | @Override |
| | | public List<Map> queryHuaningOweFeeDetail(Map info) { |
| | | logger.debug("查询queryHuaningOweFeeDetail 入参 info : {}", info); |
| | | |
| | | List<Map> businessReportFeeMonthStatisticsInfos = sqlSessionTemplate.selectList("reportFeeMonthStatisticsServiceDaoImpl.queryHuaningOweFeeDetail", info); |
| | | |
| | | return businessReportFeeMonthStatisticsInfos; |
| | | } |
| | | |
| | | |
| | | @Override |
| | | public Map queryPayFeeDetailCount(Map info) { |
| | |
| | | } |
| | | |
| | | |
| | | |
| | | |
| | | } |