From cce511a656806fa9459b15efc902da43a1f85786 Mon Sep 17 00:00:00 2001 From: JLChen <551775569@qq.com> Date: 星期二, 04 一月 2022 14:41:31 +0800 Subject: [PATCH] 2022-01-04 1.更新 --- Crabtree/SmartHome/UI/SimpleControl/Phone/Schedule/UserSchedule.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Crabtree/SmartHome/UI/SimpleControl/Phone/Schedule/UserSchedule.cs b/Crabtree/SmartHome/UI/SimpleControl/Phone/Schedule/UserSchedule.cs index f4bbfba..24c5ec1 100644 --- a/Crabtree/SmartHome/UI/SimpleControl/Phone/Schedule/UserSchedule.cs +++ b/Crabtree/SmartHome/UI/SimpleControl/Phone/Schedule/UserSchedule.cs @@ -366,7 +366,7 @@ timer.RoomName = jay ["room"].ToString (); timer.userId = jay ["userId"].ToString (); timer.isEnable = Boolean.Parse (jay ["isEnable"].ToString ()); - timer.executeUtcTime =SmartHome.Method.GetLocalUtcTime(jay ["executeUtcTime"].ToString ()); + timer.executeUtcTime = SmartHome.Method.GetLocalUtcTime(jay ["executeUtcTime"].ToString ()); timer.timerType = (TimerType)System.Enum.Parse (typeof (TimerType), jay ["timerType"].ToString ()); var whichDayJson = jay ["whichDay"].ToString (); var whichDayAry = Newtonsoft.Json.Linq.JArray.Parse (whichDayJson); -- Gitblit v1.8.0