소스 검색

获取扶持期天数

lcl 1 년 전
부모
커밋
f42c043d47
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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)
                                                 {