peng
2025-09-08 35d33220697854e622c6e3d39c18ce9ef2537320
framework/src/main/java/cn/lili/modules/order/order/entity/vo/OrderSimpleVO.java
@@ -156,9 +156,15 @@
    /**
     * 敏感信息
     */
    private String consigneeName;
    private String consigneeMobile;
    private String memberId;
    @Setter
    private String nickName;
    public List<OrderItemVO> getOrderItems() {
        if (CharSequenceUtil.isEmpty(groupGoodsId)) {
            return new ArrayList<>();