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<>();