Преглед на файлове

记录奖励逻辑日志

lcl преди 11 месеца
родител
ревизия
16f5096cbe
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      AppStart/Helper/PrizeFlowRecordService.cs

+ 1 - 1
AppStart/Helper/PrizeFlowRecordService.cs

@@ -27,7 +27,7 @@ namespace MySystem
             {
                 try
                 {
-                    string content = RedisDbconn.Instance.RPop<string>("BalancePayQueue");
+                    string content = RedisDbconn.Instance.RPop<string>("PrizeFlowQueue");
                     if (!string.IsNullOrEmpty(content))
                     {
                         DoSomething(content);