Commit ba9b2e20 by huangchengyi

1.0

parent 90184036
Showing with 1 additions and 1 deletions
...@@ -29,7 +29,7 @@ func (a *ZyCronService) ZyDiscount(checkGoodsId string) { ...@@ -29,7 +29,7 @@ func (a *ZyCronService) ZyDiscount(checkGoodsId string) {
var ( var (
i int i int
dbSpu = mysql.Conn("liexin_data") //spu实例化链接 dbSpu = mysql.Conn("liexin_data") //spu实例化链接
redisConn = gredis.Conn("search_r") redisConn = gredis.Conn("search_w")
) )
defer redisConn.Close() defer redisConn.Close()
......
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