old mode 100644
new mode 100755
| | |
| | | public int deleteReportFeeYearCollection(@RequestBody ReportFeeYearCollectionPo reportFeeYearCollectionPo) { |
| | | int saveFlag = 1; |
| | | reportFeeYearCollectionPo.setStatusCd("1"); |
| | | reportFeeYearCollectionServiceDaoImpl.updateReportFeeYearCollectionInfo(BeanConvertUtil.beanCovertMap(reportFeeYearCollectionPo)); |
| | | reportFeeYearCollectionServiceDaoImpl.deleteReportFeeYearCollectionInfo(BeanConvertUtil.beanCovertMap(reportFeeYearCollectionPo)); |
| | | return saveFlag; |
| | | } |
| | | |
| | |
| | | = reportFeeYearCollectionDetailInnerServiceSMOImpl.queryReportFeeYearCollectionDetails(reportFeeYearCollectionDetailDto); |
| | | |
| | | List<ReportFeeYearCollectionDetailDto> tmpReportFeeYearCollectionDetailDtos = null; |
| | | //循环 主表 |
| | | for (ReportFeeYearCollectionDto reportFeeYearCollectionDto : reportFeeYearCollections) { |
| | | tmpReportFeeYearCollectionDetailDtos = new ArrayList<>(); |
| | | for (ReportFeeYearCollectionDetailDto tmpReportFeeYearCollectionDetailDto : reportFeeYearCollectionDetailDtos) { |
| | |
| | | return reportFeeYearCollectionServiceDaoImpl.queryReportFeeYearCollectionsCount(BeanConvertUtil.beanCovertMap(reportFeeYearCollectionDto)); |
| | | } |
| | | |
| | | @Override |
| | | public List<Map> getReportFeeYearCollectionInfo(@RequestBody Map beanCovertMap) { |
| | | return reportFeeYearCollectionServiceDaoImpl.getReportFeeYearCollectionInfo(beanCovertMap); |
| | | } |
| | | |
| | | @Override |
| | | public void saveReportFeeYearCollectionInfo(@RequestBody Map beanCovertMap) { |
| | | reportFeeYearCollectionServiceDaoImpl.saveReportFeeYearCollectionInfo(beanCovertMap); |
| | | } |
| | | |
| | | public IReportFeeYearCollectionServiceDao getReportFeeYearCollectionServiceDaoImpl() { |
| | | return reportFeeYearCollectionServiceDaoImpl; |
| | | } |