فهرست منبع

修复LeaderRewardQueue队列bug

lcl 1 سال پیش
والد
کامیت
0ce2544213
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      AppStart/Helper/StatService.cs

+ 1 - 0
AppStart/Helper/StatService.cs

@@ -1275,6 +1275,7 @@ namespace MySystem
                         int PosId = int.Parse(content);
                         Thread.Sleep(1000);
                         WebCMSEntities db = new WebCMSEntities();
+                        OpModels.WebCMSEntities opdb = new OpModels.WebCMSEntities();
                         PosMachinesTwo pos = db.PosMachinesTwo.FirstOrDefault(m => m.Id == PosId && m.ActivationState == 1 && m.CreditTrade >= 10000 && m.BrandId != 14);
                         if (pos != null)
                         {