xuzhiheng 2 lat temu
rodzic
commit
d1d3edc208
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      service/service.go

+ 1 - 1
service/service.go

@@ -320,8 +320,8 @@ func openPowerBig(orderData map[string]interface{}, userId string) bool {
 				}
 			}
 		}
-		RedisDel(userId)
 	}
+	RedisDel(userId)
 	return true
 }