From 7fca0ff445f4c19d547daf71b47201505cb2b9c0 Mon Sep 17 00:00:00 2001
From: wuxw <928255095@qq.com>
Date: 星期三, 01 十一月 2023 14:36:22 +0800
Subject: [PATCH] 优化代码

---
 service-job/src/main/java/com/java110/job/export/adapt/DataMonthReceivedStatisticsAdapt.java |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/service-job/src/main/java/com/java110/job/export/adapt/DataMonthReceivedStatisticsAdapt.java b/service-job/src/main/java/com/java110/job/export/adapt/DataMonthReceivedStatisticsAdapt.java
index 551d119..ab996cb 100644
--- a/service-job/src/main/java/com/java110/job/export/adapt/DataMonthReceivedStatisticsAdapt.java
+++ b/service-job/src/main/java/com/java110/job/export/adapt/DataMonthReceivedStatisticsAdapt.java
@@ -107,7 +107,8 @@
             row.createCell(1).setCellValue(getValue(dataObj, "ownerName") + "(" + getValue(dataObj, "link") + ")");
             row.createCell(2).setCellValue(getValue(dataObj, "receivedAmount"));
             row.createCell(3).setCellValue(getValue(dataObj, "feeName"));
-            row.createCell(4).setCellValue(getValue(dataObj, "startTime") + "~" + getValue(dataObj, "endTime"));
+            //row.createCell(4).setCellValue(getValue(dataObj, "startTime") + "~" + getValue(dataObj, "endTime"));
+            row.createCell(4).setCellValue(getValue(dataObj, "curYearMonth"));
             row.createCell(5).setCellValue(getValue(dataObj, "cashierName"));
             row.createCell(5).setCellValue(getValue(dataObj, "createTime"));
         }

--
Gitblit v1.8.0