Explorar el Código

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

lichunlei hace 1 año
padre
commit
6752255505
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  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();
         }