From 189a2916249fb5912b0fe1759d9bdd5e640a187f Mon Sep 17 00:00:00 2001 From: "autumn.g@foxmail.com" Date: Thu, 21 Sep 2023 13:13:09 +0800 Subject: [PATCH] =?UTF-8?q?update=E4=BC=98=E5=8C=96=E6=B8=85=E5=88=86?= =?UTF-8?q?=E8=B4=A6=E5=8D=95=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/jsowell/pile/service/impl/OrderBasicInfoServiceImpl.java | 1 + 1 file changed, 1 insertion(+) diff --git a/jsowell-pile/src/main/java/com/jsowell/pile/service/impl/OrderBasicInfoServiceImpl.java b/jsowell-pile/src/main/java/com/jsowell/pile/service/impl/OrderBasicInfoServiceImpl.java index 1e8ffbd5d..3d4673874 100644 --- a/jsowell-pile/src/main/java/com/jsowell/pile/service/impl/OrderBasicInfoServiceImpl.java +++ b/jsowell-pile/src/main/java/com/jsowell/pile/service/impl/OrderBasicInfoServiceImpl.java @@ -1670,6 +1670,7 @@ public class OrderBasicInfoServiceImpl implements IOrderBasicInfoService { status = AdapayStatusEnum.PENDING.getValue(); } result.setStatus(status); + logger.info("校验订单分账金额-orderCode:{}, 分账结果:{}", orderCode, JSON.toJSONString(result)); return result; }