admin
2020-04-30 a5fde818ef9969e2e53acfa29b2e6f423bd0c8fc
fanli/src/main/java/com/yeshi/fanli/util/factory/msg/UserMsgVOFactory.java
@@ -125,7 +125,7 @@
         String orderId = msg.getOrderId();
         MsgTypeOrderTypeEnum type = msg.getType();
         if (type == MsgTypeOrderTypeEnum.invite || type == MsgTypeOrderTypeEnum.share) {
         if (type == MsgTypeOrderTypeEnum.invite) {
            orderId = UserUtil.filterOrderId(orderId);
         }
         contentList = new ArrayList<>();
@@ -161,7 +161,7 @@
         String orderId = msg.getOrderId();
         MsgTypeOrderTypeEnum type = msg.getType();
         if (type == MsgTypeOrderTypeEnum.invite || type == MsgTypeOrderTypeEnum.share) {
         if (type == MsgTypeOrderTypeEnum.invite) {
            orderId = UserUtil.filterOrderId(orderId);
         }
         contentList = new ArrayList<>();