Explorar el Código

电渠激活奖励条件变更

lcl hace 10 meses
padre
commit
0285bfe8ff
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      AppStart/Helper/SycnSpServer/SycnSpBindService.cs

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

@@ -227,7 +227,7 @@ namespace MySystem
                                 {
                                     pos.Detail = "0";
                                 }
-                                else if ((Name == "升龙卡" || Name == "祥龙卡") && ActStatus == "已激活")// && ActualAmount >= 100)
+                                else if ((Name == "升龙卡" || Name == "祥龙卡") && ActStatus == "已激活" && ActualAmount >= 100)
                                 {
                                     pos.Detail = "0";
                                 }