Sfoglia il codice sorgente

wifi设备重复激活问题

lcl 2 anni fa
parent
commit
6573a1d57c
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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)