Commit 4a81bcc7 by mushishixian

撤销队列

parent 69b9b50f
Showing with 1 additions and 1 deletions
...@@ -62,7 +62,7 @@ func BatchSaveMatchings(bomId int, matchingList []model.BomItemMatching) (err er ...@@ -62,7 +62,7 @@ func BatchSaveMatchings(bomId int, matchingList []model.BomItemMatching) (err er
return return
} }
//更新商品价格和库存的队列 //更新商品价格和库存的队列
go UpdateGoodsPriceAndStockQueue(matching.GoodsName) //go UpdateGoodsPriceAndStockQueue(matching.GoodsName)
} }
return nil return nil
} }
......
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