From 7bac5c34ef60da071f9c268bfaabf69b08ab9dbf Mon Sep 17 00:00:00 2001 From: wuxicheng <1441859745@qq.com> Date: Thu, 13 Apr 2023 17:17:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=AF=E4=BB=98=E6=9C=8D=E5=8A=A1=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E5=9B=9E=E8=B0=83=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/bnyer/pay/design/strategy/AbstractPayStrategy.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bnyer-services/bnyer-pay/src/main/java/com/bnyer/pay/design/strategy/AbstractPayStrategy.java b/bnyer-services/bnyer-pay/src/main/java/com/bnyer/pay/design/strategy/AbstractPayStrategy.java index 5434186..080d16d 100644 --- a/bnyer-services/bnyer-pay/src/main/java/com/bnyer/pay/design/strategy/AbstractPayStrategy.java +++ b/bnyer-services/bnyer-pay/src/main/java/com/bnyer/pay/design/strategy/AbstractPayStrategy.java @@ -43,7 +43,7 @@ public abstract class AbstractPayStrategy implements IPayStrategy { String resultMsg = ""; PayInfo payInfo = payInfoMapper.selectOne(new LambdaQueryWrapper().eq(PayInfo::getPayId, checkDto.getPayId()).eq(PayInfo::getIsShow, "1")); if (Objects.isNull(payInfo)){ - return WxPayNotifyResponse.fail("查询支付订单信息不存在"); + return buildNotifyCheckResultMsg(checkDto.getPayType(),false,"Order_Not_Exist"); } log.info("查询到支付订单信息为:{}", JSON.toJSONString(payInfo)); //订单中的金额