admin
2023-04-12 651f2856e9ae10aacbfb8327d967aacbb6d58333
fanli/src/main/java/com/yeshi/fanli/controller/wxmp/v1/UserMsgController.java
@@ -168,7 +168,7 @@
                  params.put("orderHideNo", UserUtil.filterOrderId(detail.getOrderId()));
               JumpDetailV2 wxmpJumDetail = JumpDetailUtil
                     .getWXMPJumDetail(jumpDetailV2Service.getByTypeCache("order_search"));
                     .getWXMPJumDetail(jumpDetailV2Service.getByTypeCache("order_search",acceptData.getSystem()));
               UserMsgVO userMsgVO = UserMsgVOFactory.create(detail, wxmpJumDetail, params);
               userMsgVO.setType(MSG_TYPE_ORDER);
@@ -249,7 +249,7 @@
            // TODO 跳转地址
            JSONObject params = new JSONObject();
            params.put("url", "http://apph5.banliapp.com/special/1.0.9/jingXuanN_9.html?type=9_9");
            JumpDetailV2 wxmpJumDetail = JumpDetailUtil.getWXMPJumDetail(jumpDetailV2Service.getByTypeCache("web"));
            JumpDetailV2 wxmpJumDetail = JumpDetailUtil.getWXMPJumDetail(jumpDetailV2Service.getByTypeCache("web",acceptData.getSystem()));
            userSystemMsgVO.setJumpDetail(wxmpJumDetail);
            root.put("systemMsg", userSystemMsgVO);