Explorar o código

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

lcl hai 1 ano
pai
achega
9bda1bc89c
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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);