@@ -95,6 +95,9 @@ func OrderCancelAutomatically() {
order.Save()
helpers.ThrowOutRedisList(key, orderId)
}
+ if order.Status == order_model.STATUS_CLOSED {
+ helpers.ThrowOutRedisList(key, orderId)
+ }
return