Browse Source

修复盛付通调降时间引起的互斥机稳定期A变为稳定期的问题

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

+ 1 - 6
AppStart/Helper/SycnSpServer/SycnSpTradeService.cs

@@ -455,12 +455,7 @@ namespace MySystem
                                         {
                                             ulong MerHelpFlag = 0;
                                             decimal DepositAmt = decimal.Parse(function.CheckNum(pos.SeoKeyword));
-                                            DateTime ChkTime = DateTime.Now;
-                                            if(pos.BrandId == 7)
-                                            {
-                                                ChkTime = DateTime.Parse(DateTime.Now.ToString("yyyy-MM-dd") + " 03:00:00");
-                                            }
-                                            if (pos.DownFeeFlag == 1 && pos.DownFeeDate <= ChkTime)
+                                            if (pos.DownFeeFlag == 1)
                                             {
                                                 if (pos.DownFee == 0.6M)
                                                 {