修复状态问题

parent b49243be
Showing with 1 additions and 0 deletions
...@@ -76,6 +76,7 @@ func search(index string, bomId int, bomItems []model.BomItem, deliveryType, sor ...@@ -76,6 +76,7 @@ func search(index string, bomId int, bomItems []model.BomItem, deliveryType, sor
goodsMap.DeliveryType = deliveryType goodsMap.DeliveryType = deliveryType
goodsMapList = append(goodsMapList, goodsMap) goodsMapList = append(goodsMapList, goodsMap)
common.PrintDebug("search-返回数据:")
common.PrintDebug(goodsMap) common.PrintDebug(goodsMap)
break break
......
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