Browse Source

Merge branch 'develop-mainserver' of kxs-end/main-server into test-mainserver

lichunlei 1 năm trước cách đây
mục cha
commit
6752255505
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      AppStart/Helper/ActPrizeCheckService.cs

+ 4 - 0
AppStart/Helper/ActPrizeCheckService.cs

@@ -69,6 +69,10 @@ namespace MySystem
                         return;
                     }
                 }
+                else
+                {
+                    RedisDbconn.Instance.AddList("ActiveRewardFailQueue", content);
+                }
             }
             db.Dispose();
         }