zxl
2 天以前 762eba0553917215d158eac8575ac0437c3216a7
framework/src/main/java/cn/lili/modules/order/order/entity/vo/OrderSimpleVO.java
@@ -153,6 +153,12 @@
    @ApiModelProperty(value = "卖家订单备注")
    private String sellerRemark;
    /**
     * 敏感信息
     */
    private String consigneeName;
    private String consigneeMobile;
    public List<OrderItemVO> getOrderItems() {
        if (CharSequenceUtil.isEmpty(groupGoodsId)) {
            return new ArrayList<>();