Browse Source

电渠卡判断报备时间超过30天不发奖励,要包含购机奖

lcl 7 months ago
parent
commit
9bda1bc89c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      AppStart/Helper/SycnSpServer/SycnSpBindService.cs

+ 1 - 0
AppStart/Helper/SycnSpServer/SycnSpBindService.cs

@@ -402,6 +402,7 @@ namespace MySystem
                                         if(reportTime.AddDays(30) < Bind.CreateDate)
                                         {
                                             PrizeFlag = false;
+                                            pos.Detail = "1";
                                         }
                                     }
                                     SycnSpTradeService.Instance.ActPos(db, pos, 0, 30, PrizeFlag, Bind.SeoKeyword);