wangyingliang 4 years ago
parent
commit
4071bdd276
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tps/TpsLabStudio/MainTps.cs

+ 1 - 1
tps/TpsLabStudio/MainTps.cs

@@ -725,7 +725,7 @@ namespace Tps_LQ_Transmitter
                 //要地址,名称,型号一致
                 if (dev == null || !(node.DeviceType == dev.DeviceType && node.DeviceModel == dev.DeviceModel))
                 {
-                    return null;
+                    return null;  
                 }
                 else
                 {