Commit 8cc30883 by mushishixian

中文修复

parent b2f05158
Showing with 1 additions and 1 deletions
...@@ -201,7 +201,7 @@ func getUpdateGoodsData(bomId int, bomItems []model.BomItem, deliveryType, sort ...@@ -201,7 +201,7 @@ func getUpdateGoodsData(bomId int, bomItems []model.BomItem, deliveryType, sort
if err != nil { if err != nil {
return nil, err return nil, err
} }
if bomItems[key].GoodsName == "" { if goods.GoodsName == "" {
break break
} }
var goodsMap GoodsMap var goodsMap GoodsMap
......
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