wangyingliang 4 年之前
父节点
当前提交
4071bdd276
共有 1 个文件被更改,包括 1 次插入1 次删除
  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
                 {