xuzhiheng 2 anni fa
parent
commit
d1d3edc208
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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
 }