fanli/src/main/java/com/yeshi/fanli/util/factory/msg/UserMsgVOFactory.java
@@ -97,8 +97,7 @@ String orderId = msg.getOrderId(); MsgTypeOrderTypeEnum type = msg.getType(); if (type == MsgTypeOrderTypeEnum.invite || type == MsgTypeOrderTypeEnum.share) { orderId = orderId.substring(0, orderId.length() - 6); orderId = orderId + "******"; orderId = UserUtil.filterOrderId(orderId); } contentList = new ArrayList<>(); contentList.add(new ClientTextStyleVO(orderId, COLOR_CONTENT));