Commit cd59736395b4896b3c2df3e8162b00f258f497af
1 parent
2b31c43f
充值重复
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/models/RolePlugin.lua
@@ -1649,7 +1649,7 @@ function RolePlugin.bind(Role) | @@ -1649,7 +1649,7 @@ function RolePlugin.bind(Role) | ||
1649 | -- 开始下单 | 1649 | -- 开始下单 |
1650 | if status == "success" then | 1650 | if status == "success" then |
1651 | elseif status == "fail" then | 1651 | elseif status == "fail" then |
1652 | - redisproxy:hdel(string.format(R_ORDERS, roleId), rechargeId) | 1652 | + -- redisproxy:hdel(string.format(R_ORDERS, roleId), rechargeId) |
1653 | elseif status == "finsh" then | 1653 | elseif status == "finsh" then |
1654 | orderObject:setProperty("finishTime", skynet.time()) | 1654 | orderObject:setProperty("finishTime", skynet.time()) |
1655 | redisproxy:hdel(string.format(R_ORDERS, roleId), rechargeId) | 1655 | redisproxy:hdel(string.format(R_ORDERS, roleId), rechargeId) |