From 48ba446936b51fffafa7c3600c0dadc6ac0e8c20 Mon Sep 17 00:00:00 2001
From: 陈嘉乐 <cjl@hdlchina.com.cn>
Date: 星期五, 10 七月 2020 10:52:13 +0800
Subject: [PATCH] 2020-07-10-01

---
 ZigbeeApp/Shared/Phone/UserCenter/Device/Bind/BindInfo.cs |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/ZigbeeApp/Shared/Phone/UserCenter/Device/Bind/BindInfo.cs b/ZigbeeApp/Shared/Phone/UserCenter/Device/Bind/BindInfo.cs
index 720426a..9524092 100755
--- a/ZigbeeApp/Shared/Phone/UserCenter/Device/Bind/BindInfo.cs
+++ b/ZigbeeApp/Shared/Phone/UserCenter/Device/Bind/BindInfo.cs
@@ -132,7 +132,6 @@
             {
                 //绗竴涓ゼ灞�
                 return dicFloor[floorId];
-                break;
             }
             return null;
         }
@@ -148,7 +147,6 @@
             {
                 //绗竴涓ゼ灞�
                 return floorId;
-                break;
             }
             return null;
         }
@@ -164,7 +162,6 @@
             {
                 //绗竴涓ゼ灞�
                 return dicFloor[floorId];
-                break;
             }
             return null;
         }
@@ -183,7 +180,6 @@
                 if (curFllodID == floorId)
                 {
                     return dicFloor[floorId];
-                    break;
                 }
             }
             return null;

--
Gitblit v1.8.0