Browse Source

广电卡发奖励增加鑫龙卡腾龙卡

lcl 1 năm trước cách đây
mục cha
commit
a0aa93c699
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      AppStart/Helper/SycnSpServer/SycnSpBindService.cs

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

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