Commit fd5942ad authored by unset's avatar unset

添加订单商品信息

parent 897a94e9
......@@ -35,6 +35,7 @@ import java.math.BigDecimal;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
import java.util.Objects;
import java.util.concurrent.atomic.AtomicReference;
import java.util.stream.Collectors;
......@@ -934,6 +935,7 @@ public class OrderInfoBiz extends BaseBiz<OrderInfoMapper, OrderInfo> {
});
}
}
itemInfoVoList.removeIf(Objects::isNull);
return ObjectRestResponse.succ(itemInfoVoList);
}
......
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 to comment