| service-report/src/main/java/com/java110/report/api/ReportFeeMonthStatisticsApi.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
service-report/src/main/java/com/java110/report/api/ReportFeeMonthStatisticsApi.java
@@ -319,6 +319,9 @@ reportFeeMonthStatisticsDto.setFeeTypeCd(feeTypeCd); reportFeeMonthStatisticsDto.setConfigId(configId); reportFeeMonthStatisticsDto.setStartTime(startTime); if(!StringUtil.isEmpty(endTime)){ endTime += " 23:59:59"; } reportFeeMonthStatisticsDto.setEndTime(endTime); reportFeeMonthStatisticsDto.setFeeStartTime(feeStartTime); reportFeeMonthStatisticsDto.setFeeEndTime(feeEndTime);