zxl
8 天以前 98f55ebbcce815983853bf2d96485a306c5cb051
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<>();