Explorar el Código

升龙卡 祥龙卡 发激活奖励也要判断首充100

lcl hace 10 meses
padre
commit
548ef48377
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

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