old mode 100644
new mode 100755
| | |
| | | |
| | | return businessReportFeeYearCollectionInfos; |
| | | } |
| | | /** |
| | | * 查询费用年收费信息(instance) |
| | | * @param info bId 信息 |
| | | * @return List<Map> |
| | | * @throws DAOException DAO异常 |
| | | */ |
| | | @Override |
| | | public List<Map> getReportFeeYearCollectionInfos(Map info) throws DAOException { |
| | | logger.debug("查询费用年收费信息 入参 info : {}",info); |
| | | |
| | | List<Map> businessReportFeeYearCollectionInfos = sqlSessionTemplate.selectList("reportFeeYearCollectionServiceDaoImpl.getReportFeeYearCollectionInfos",info); |
| | | |
| | | return businessReportFeeYearCollectionInfos; |
| | | } |
| | | |
| | | |
| | | /** |