Browse Source

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

lcl 10 months ago
parent
commit
548ef48377
1 changed files with 1 additions and 1 deletions
  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";
                                 }