From 24d7a0a9c1c00214d44069da5ca2f406ffb428a6 Mon Sep 17 00:00:00 2001
From: Your Name <you@example.com>
Date: 星期五, 08 九月 2023 18:08:57 +0800
Subject: [PATCH] 二维码支付加入 状态
---
service-report/src/main/java/com/java110/report/api/ReportFeeMonthStatisticsApi.java | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/service-report/src/main/java/com/java110/report/api/ReportFeeMonthStatisticsApi.java b/service-report/src/main/java/com/java110/report/api/ReportFeeMonthStatisticsApi.java
index ee4d49c..3da5c20 100755
--- a/service-report/src/main/java/com/java110/report/api/ReportFeeMonthStatisticsApi.java
+++ b/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);
--
Gitblit v1.8.0