diff --git a/src/HttpServer/logic/logic.go b/src/HttpServer/logic/logic.go index 4dd7e22..1737a88 100644 --- a/src/HttpServer/logic/logic.go +++ b/src/HttpServer/logic/logic.go @@ -329,6 +329,7 @@ func HandleNewSaveData(w http.ResponseWriter, data string) { //break*/ } + val,_ = redishandler.GetRedisClient().GetString(rkey) var final GetDataSaveDesc err = json.Unmarshal([]byte(val), &final) if err != nil { -- libgit2 0.21.0