From 01cde70b77d106b89f32e4bc18bec8dafd644fd5 Mon Sep 17 00:00:00 2001 From: hurui <177768073@qq.com> Date: Tue, 10 Jan 2023 11:35:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/java/com/cweb/controller/NotifyController.java | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/hai-cweb/src/main/java/com/cweb/controller/NotifyController.java b/hai-cweb/src/main/java/com/cweb/controller/NotifyController.java index a4d03e50..25f10dec 100644 --- a/hai-cweb/src/main/java/com/cweb/controller/NotifyController.java +++ b/hai-cweb/src/main/java/com/cweb/controller/NotifyController.java @@ -61,16 +61,15 @@ public class NotifyController { JSONObject sendMessage = JSONObject.parseObject(paramsStr).getJSONObject("sendMessage"); JSONObject body = ChongQingCNPCService.decryptBody(sendMessage.getString("body")); - couponCodeOtherService.cqCnpcUseNotify(body); - HighGasOrderPush highGasOrderPush = new HighGasOrderPush(); highGasOrderPush.setType(OrderPushType.type10.getType()); - highGasOrderPush.setOrderNo(body.getString("tradeIsendMessage = {JSONObject@14276} size = 2d")); + highGasOrderPush.setOrderNo(body.getString("tradeId")); highGasOrderPush.setCreateTime(new Date()); highGasOrderPush.setRequestContent("核销回调"); highGasOrderPush.setReturnContent(paramsStr); highGasOrderPushMapper.insert(highGasOrderPush); + couponCodeOtherService.cqCnpcUseNotify(body); Map param = new HashMap<>(); param.put("status", 1); param.put("msg", "成功");