Your Name
2023-09-08 24d7a0a9c1c00214d44069da5ca2f406ffb428a6
二维码支付加入 状态
1个文件已修改
3 ■■■■■ 已修改文件
service-report/src/main/java/com/java110/report/api/ReportFeeMonthStatisticsApi.java 3 ●●●●● 补丁 | 查看 | 原始文档 | 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);