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
                 {