Quellcode durchsuchen

wifi设备重复激活问题

lcl vor 2 Jahren
Ursprung
Commit
6573a1d57c
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      AppStart/Helper/SycnSpServer/SycnSpMerchantService.cs

+ 1 - 1
AppStart/Helper/SycnSpServer/SycnSpMerchantService.cs

@@ -188,7 +188,7 @@ namespace MySystem
                                 }
 
                                 //WIFI设备默认设置押金
-                                if(pos.BrandId >= 23 && pos.BrandId <= 26)
+                                if(pos.BrandId >= 23 && pos.BrandId <= 26 && pos.ActivationState == 0)
                                 {
                                     decimal Prize = 0;
                                     if(pos.BrandId == 23)