Browse Source

互斥机默认稳定期A

lcl 10 months ago
parent
commit
b76aa8918e
1 changed files with 2 additions and 9 deletions
  1. 2 9
      AppStart/Helper/SycnSpServer/SycnSpTradeService.cs

+ 2 - 9
AppStart/Helper/SycnSpServer/SycnSpTradeService.cs

@@ -447,20 +447,13 @@ namespace MySystem
                                             }
                                             if (pos.DownFeeFlag == 1 && pos.DownFeeDate <= ChkTime)
                                             {
-                                                if(pos.BrandId == 12 || pos.BrandId == 13)
+                                                if (pos.DownFee == 0.6M)
                                                 {
                                                     MerHelpFlag = 3;
                                                 }
                                                 else
                                                 {
-                                                    if (pos.DownFee == 0.6M)
-                                                    {
-                                                        MerHelpFlag = 3;
-                                                    }
-                                                    else
-                                                    {
-                                                        MerHelpFlag = 2;
-                                                    }
+                                                    MerHelpFlag = 2;
                                                 }
                                             }
                                             else if (pos.IsFirst == 1 || pos.BrandId == 14)