tomap
This commit is contained in:
@@ -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}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user