wangyingliang 4 năm trước cách đây
mục cha
commit
4071bdd276
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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
                 {