|
|
@@ -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()
|
|
|
{
|