| | |
| | | Calendar configEndTime = Calendar.getInstance(); |
| | | configStartTime.setTime(tmpReportFeeDto.getConfigEndTime()); |
| | | int endYear = configEndTime.get(Calendar.YEAR); |
| | | int curYear = Calendar.getInstance().get(Calendar.YEAR); |
| | | int curYear = Calendar.getInstance().get(Calendar.YEAR)+1; |
| | | double feePrice = computeFeeSMOImpl.getReportFeePrice(tmpReportFeeDto, null, tmpReportCarDto); |
| | | tmpReportFeeDto.setFeePrice(feePrice); |
| | | |
| | |
| | | int endYear = configEndTime.get(Calendar.YEAR); |
| | | |
| | | //当前年 |
| | | int curYear = Calendar.getInstance().get(Calendar.YEAR); |
| | | int curYear = Calendar.getInstance().get(Calendar.YEAR)+1; |
| | | |
| | | double feePrice = computeFeeSMOImpl.getReportFeePrice(tmpReportFeeDto, reportRoomDto, null); |
| | | tmpReportFeeDto.setFeePrice(feePrice); |