xuzhiheng 2 vuotta sitten
vanhempi
commit
d1d3edc208
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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
 }