admin
2020-04-30 9b94a83132a60a0c7dba86063ba073aa18bda58b
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<>();