跟range 加 * 取值遍历一致,赋值时也加 *

for index, _ := range *orgList {
    (*orgList)[index]["index"] = index
}