From 0924b59ee3d616f5687d95b33d3c959f8f55a739 Mon Sep 17 00:00:00 2001
From: yujian <yujian@163.com>
Date: 星期四, 11 六月 2020 12:05:57 +0800
Subject: [PATCH] 发圈隐藏一键发单

---
 fanli/src/main/java/com/yeshi/fanli/controller/wxmp/v1/UserMsgController.java |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/fanli/src/main/java/com/yeshi/fanli/controller/wxmp/v1/UserMsgController.java b/fanli/src/main/java/com/yeshi/fanli/controller/wxmp/v1/UserMsgController.java
index 226c655..c0721c1 100644
--- a/fanli/src/main/java/com/yeshi/fanli/controller/wxmp/v1/UserMsgController.java
+++ b/fanli/src/main/java/com/yeshi/fanli/controller/wxmp/v1/UserMsgController.java
@@ -168,8 +168,7 @@
 				for (MsgOrderDetail detail : detailList) {
 					JSONObject params = new JSONObject();
 					params.put("orderNo", detail.getOrderId());
-					if (detail.getType() == MsgTypeOrderTypeEnum.share
-							|| detail.getType() == MsgTypeOrderTypeEnum.invite)
+					if (detail.getType() == MsgTypeOrderTypeEnum.invite || detail.getType() == MsgTypeOrderTypeEnum.orderInvite)
 						params.put("orderHideNo", UserUtil.filterOrderId(detail.getOrderId()));
 
 					JumpDetailV2 wxmpJumDetail = JumpDetailUtil

--
Gitblit v1.8.0