Browse Source

获取扶持期天数

lcl 1 year ago
parent
commit
f42c043d47
1 changed files with 1 additions and 1 deletions
  1. 1 1
      AppStart/Helper/SycnSpServer/SycnSpTradeService.cs

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

@@ -450,7 +450,7 @@ namespace MySystem
                                             }
                                             else if ((DepositAmt > 0 && pos.IsFirst == 1) || pos.BrandId == 14)
                                             {
-                                                string DayString = RedisDbconn.Instance.Get<string>("pobjrule:" + pos.BrandId + ":HelpPolicy:Days");
+                                                string DayString = RedisDbconn.Instance.Get<string>("pobjrule:1:HelpPolicy:Days");
                                                 int Days = int.Parse(DayString); //天数
                                                 if (pos.BindingTime != null)
                                                 {