From d2bc545c0fedf18b44f77c50f3a569ce84ded667 Mon Sep 17 00:00:00 2001 From: "allen.yan" Date: Mon, 24 Mar 2025 17:49:47 +0800 Subject: [PATCH] =?UTF-8?q?Bug=20=E6=B2=92=E6=9C=89=E6=97=A5=E6=9C=9F?= =?UTF-8?q?=E9=9C=80=E8=A6=81=E7=94=A8=E4=BB=8A=E6=97=A5=E7=82=BA=E6=97=A5?= =?UTF-8?q?=E6=9C=9F=2020250324?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DBObj/ArtistManager.cs | 2 +- DBObj/SongListManager.cs | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/DBObj/ArtistManager.cs b/DBObj/ArtistManager.cs index 0f8fb44..f88d084 100644 --- a/DBObj/ArtistManager.cs +++ b/DBObj/ArtistManager.cs @@ -8,7 +8,7 @@ using DualScreenDemo; namespace DBObj { /** - 重資料庫取資料回來 + 從資料庫取資料回來 */ public class ArtistManager { diff --git a/DBObj/SongListManager.cs b/DBObj/SongListManager.cs index 8bdb03d..ca8b105 100644 --- a/DBObj/SongListManager.cs +++ b/DBObj/SongListManager.cs @@ -272,7 +272,6 @@ namespace DBObj { addedTime = DateTime.Today; } - addedTime = DateTime.Today; string basePathHost1 = reader["路徑 1"].ToString(); string basePathHost2 = reader["路徑 2"].ToString(); string fileName = reader["歌曲檔名"].ToString(); @@ -364,7 +363,7 @@ namespace DBObj } catch (System.FormatException) { - addedTime = DateTime.Now; + addedTime = DateTime.Today; } string basePathHost1 = reader["路徑 1"].ToString();