This commit is contained in:
richboo111
2022-11-22 14:32:43 +08:00
parent 0d9ecc1ae3
commit b326b1d491
2 changed files with 6 additions and 4 deletions

View File

@@ -1528,7 +1528,7 @@ func (c *StoreController) CreateDDStoreFence() {
return nil, "", err
} else {
for k, v := range temp {
info[i] = map[string]string{utils.Int2Str(k): v}
info[i] = map[string]string{k: v}
}
}
}