Commit db02deb2 by hcy

获取新的在途库存

parent 700776c5
Showing with 1 additions and 1 deletions
......@@ -56,7 +56,7 @@ func (ss *LyService) getStockInfo(supplierId, oldGoodsId int64) interface{} {
// 获取新的在途库存
func (ss *LyService) getOnwayStock(goodsId string) int {
redisConn := gredis.Conn("search_r")
redisConn := gredis.Conn("spu")
defer func() {
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