Quellcode durchsuchen

广电卡推送押金只限制激活状态

lcl vor 1 Jahr
Ursprung
Commit
bd1ee5020f
2 geänderte Dateien mit 10 neuen und 10 gelöschten Zeilen
  1. BIN
      .DS_Store
  2. 10 10
      AppStart/Helper/SycnSpServer/SycnSpBindService.cs

BIN
.DS_Store


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

@@ -142,16 +142,16 @@ namespace MySystem
                             //     Field2 = Bind.Field5,
                             //     ErrorMsg = ActualAmount.ToString(),
                             // });
-                            bool op = false;
-                            if(!Bind.MerSnNo.StartsWith("CS") && Bind.Field5 == "已激活" && Bind.Field3.Contains("双百套餐") && ActualAmount >= 100)
-                            {
-                                op = true;
-                            }
-                            if(Bind.MerSnNo.StartsWith("CS") && Bind.Field5 == "已激活" && ActualAmount >= 100)
-                            {
-                                op = true;
-                            }
-                            if(op)
+                            // bool op = false;
+                            // if(!Bind.MerSnNo.StartsWith("CS") && Bind.Field5 == "已激活" && Bind.Field3.Contains("双百套餐") && ActualAmount >= 100)
+                            // {
+                            //     op = true;
+                            // }
+                            // if(Bind.MerSnNo.StartsWith("CS") && Bind.Field5 == "已激活" && ActualAmount >= 100)
+                            // {
+                            //     op = true;
+                            // }
+                            if(Bind.Field5 == "已激活")
                             {
                                 PosPushDataNewHelper.Deposit(new ActivateRecord()
                                 {