|
|
@@ -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
|