From 1077ad0f74cbd92981bc9f70b146a0ee27d5fc68 Mon Sep 17 00:00:00 2001 From: liangjunyu <13726812+shifang-tianhua_0@user.noreply.gitee.com> Date: Fri, 26 Sep 2025 10:54:31 +0800 Subject: [PATCH] 1 --- aoyuPlugIn/汇威/workRL.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aoyuPlugIn/汇威/workRL.cs b/aoyuPlugIn/汇威/workRL.cs index a00f99e..f7113ed 100644 --- a/aoyuPlugIn/汇威/workRL.cs +++ b/aoyuPlugIn/汇威/workRL.cs @@ -85,8 +85,8 @@ namespace aoyuPlugIn { DateTime t = Convert.ToDateTime(tm); string xx = System.Globalization.CultureInfo.CurrentCulture.DateTimeFormat.GetDayName(t.DayOfWeek); - //if (xx == "星期六" || xx == "星期日") - if (xx == "星期日") + if (xx == "星期六" || xx == "星期日") + //if (xx == "星期日") xx = "休息"; else {