From e723f28d33de6348849e90352d56f7a600e62456 Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期五, 10 五月 2024 14:23:19 +0800
Subject: [PATCH] 修改lambda错误

---
 smart-man-boot/src/main/java/com/qianwen/smartman/modules/mdc/excel/TimeUsedExport.java |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/smart-man-boot/src/main/java/com/qianwen/smartman/modules/mdc/excel/TimeUsedExport.java b/smart-man-boot/src/main/java/com/qianwen/smartman/modules/mdc/excel/TimeUsedExport.java
index 60726f2..bfee748 100644
--- a/smart-man-boot/src/main/java/com/qianwen/smartman/modules/mdc/excel/TimeUsedExport.java
+++ b/smart-man-boot/src/main/java/com/qianwen/smartman/modules/mdc/excel/TimeUsedExport.java
@@ -10,7 +10,6 @@
 @HeadRowHeight(20)
 @ColumnWidth(16)
 @ContentRowHeight(18)
-/* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/mdc/excel/TimeUsedExport.class */
 public class TimeUsedExport implements Serializable {
     private static final long serialVersionUID = -4830514731073165689L;
     @ExcelProperty(value = {"鏃ユ湡"}, index = 0)
@@ -34,7 +33,7 @@
     @ExcelProperty(value = {"绂荤嚎"}, index = 9)
     private String offline;
 
-    /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/mdc/excel/TimeUsedExport$TimeUsedExportBuilder.class */
+    
     public static class TimeUsedExportBuilder {
         private String date;
         private String groupName;

--
Gitblit v1.9.3