zxl
2 天以前 f20015f5b2a2ac70dcb640d524196efe2c6786d3
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<>();