浏览代码

记录奖励逻辑日志

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);