Commit cd59736395b4896b3c2df3e8162b00f258f497af

Authored by zhouhaihai
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 1649 -- 开始下单
1650 1650 if status == "success" then
1651 1651 elseif status == "fail" then
1652   - redisproxy:hdel(string.format(R_ORDERS, roleId), rechargeId)
  1652 + -- redisproxy:hdel(string.format(R_ORDERS, roleId), rechargeId)
1653 1653 elseif status == "finsh" then
1654 1654 orderObject:setProperty("finishTime", skynet.time())
1655 1655 redisproxy:hdel(string.format(R_ORDERS, roleId), rechargeId)
... ...