From a01f2b7bb230a6a384ba1555280e3977154488a1 Mon Sep 17 00:00:00 2001
From: JLChen <551775569@qq.com>
Date: 星期三, 23 十二月 2020 20:42:44 +0800
Subject: [PATCH] 2020-12-23 1.解决点击通知栏打开不了APP问题
---
HDL_ON/UI/UI2/3-Intelligence/Automation/LogicView/TimeView.cs | 22 +++-------------------
1 files changed, 3 insertions(+), 19 deletions(-)
diff --git a/HDL_ON/UI/UI2/3-Intelligence/Automation/LogicView/TimeView.cs b/HDL_ON/UI/UI2/3-Intelligence/Automation/LogicView/TimeView.cs
old mode 100644
new mode 100755
index 28ddfa1..0dce8c7
--- a/HDL_ON/UI/UI2/3-Intelligence/Automation/LogicView/TimeView.cs
+++ b/HDL_ON/UI/UI2/3-Intelligence/Automation/LogicView/TimeView.cs
@@ -88,7 +88,7 @@
{
//鍒濆鍖栧垪琛�
var hList = new List<string>();
- for (int i = 1; i < 24; i++)
+ for (int i = 0; i < 24; i++)
{
if (i < 10)
{
@@ -165,28 +165,11 @@
/// 鑾峰彇023灏忔椂鍒楄〃
/// </summary>
/// <returns></returns>
- public List<int> GethIntList0()
- {
- //鍒濆鍖栧垪琛�
- var hList = new List<int>();
- for (int i = 1; i < 24; i++)
- {
- //娣诲姞鏁版嵁
- hList.Add(i);
- }
- return hList;
-
-
- }
- /// <summary>
- /// 鑾峰彇24灏忔椂鍒楄〃
- /// </summary>
- /// <returns></returns>
public List<int> GethIntList()
{
//鍒濆鍖栧垪琛�
var hList = new List<int>();
- for (int i = 1; i < 24; i++)
+ for (int i = 0; i < 24; i++)
{
//娣诲姞鏁版嵁
hList.Add(i);
@@ -195,6 +178,7 @@
}
+
/// <summary>
/// 鑾峰彇60鍒嗛挓鍒楄〃
/// </summary>
--
Gitblit v1.8.0