From df4c7072de653f655d68687b87d638f3087ee3b3 Mon Sep 17 00:00:00 2001 From: Nlick47 <2247717951@qq.com> Date: Thu, 13 Feb 2025 16:38:52 +0800 Subject: [PATCH] =?UTF-8?q?csv=E5=AF=BC=E5=87=BA=E6=98=A0=E5=B0=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Core/Servicers/Instances/Data.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Core/Servicers/Instances/Data.cs b/Core/Servicers/Instances/Data.cs index 6f7df98..1c3b13c 100644 --- a/Core/Servicers/Instances/Data.cs +++ b/Core/Servicers/Instances/Data.cs @@ -687,7 +687,7 @@ public async Task ExportToExcelAsync(string dir, DateTime start, DateTime end) Date = x.Date.ToString(SystemLanguage.CurrentCultureInfo.DateTimeFormat.ShortDatePattern), AppName = x.AppModel?.Name, Description = x.AppModel?.Description, - Time = x.Time, + Duration = x.Time, Category = x.AppModel.Category == null ? ResourceStrings.Uncategorized : x.AppModel.Category.Name })); } @@ -700,7 +700,7 @@ public async Task ExportToExcelAsync(string dir, DateTime start, DateTime end) TimePeriod = x.DataTime.ToString("G", SystemLanguage.CurrentCultureInfo), AppName = x.AppModel?.Name, Description = x.AppModel?.Description, - Time = x.Time, + Duration = x.Time, Category = x.AppModel.Category == null ? ResourceStrings.Uncategorized : x.AppModel.Category.Name })); }