|
|
@@ -1408,6 +1408,7 @@ public class KwpGoodsService {
|
|
|
}
|
|
|
//组装商品参数
|
|
|
List<GoodsInfoResp.GoodsInfo> goodsInfos = goods.stream()
|
|
|
+ .filter(e->Objects.equals(e.getStatus(), GoodsStatusEnum.PUT_ON_SHELVES.getCode()))
|
|
|
.map(KwpGoodsService::getGoodsInfo)
|
|
|
.collect(Collectors.toList());
|
|
|
GoodsInfoResp goodsInfoResp = new GoodsInfoResp();
|