Browse Source

辅助工具-批量补发开机奖励bug

lcl 3 years ago
parent
commit
ecfdb85a64
1 changed files with 1 additions and 2 deletions
  1. 1 2
      Areas/Admin/Controllers/MainServer/SysToolsController.cs

+ 1 - 2
Areas/Admin/Controllers/MainServer/SysToolsController.cs

@@ -3432,7 +3432,7 @@ namespace MySystem.Areas.Admin.Controllers
                 {
                     if (posInfo.Id > 0)
                     {
-                        PosId += posInfo.Id + ",";
+                        RedisDbconn.Instance.AddList("OpenRewardQueue", posInfo.Id.ToString());
                     }
 
                 }
@@ -3444,7 +3444,6 @@ namespace MySystem.Areas.Admin.Controllers
             PosId = PosId.TrimEnd(',');
             function.WriteLog(DateTime.Now.ToString() + ":请求参数," + PosId + ":" + SysUserName + "-" + SysRealName, "根据机具号补发开机奖励");
 
-            RedisDbconn.Instance.AddList("OpenRewardQueue", PosId);
             return "success";
         }
         #endregion