Commit 22f59291 by huangchengyi

1.0

parent 35955fa3
Showing with 1 additions and 1 deletions
...@@ -93,7 +93,7 @@ func Hmget(redisCon string, hkey string, targetIds []string) map[string]string { ...@@ -93,7 +93,7 @@ func Hmget(redisCon string, hkey string, targetIds []string) map[string]string {
} else { } else {
skuArr[goods_id] = info skuArr[goods_id] = info
} }
fmt.Println("单个查询") //fmt.Println("单个查询")
return skuArr return skuArr
}else{ //多个查询 }else{ //多个查询
param := []interface{}{hkey} param := []interface{}{hkey}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment