From 7c63ab26cccdb73bb59419d434bb592b487a4005 Mon Sep 17 00:00:00 2001 From: "autumn.g@foxmail.com" Date: Fri, 26 Jan 2024 10:57:18 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E6=B5=B7=E5=8D=97=E5=B9=B3=E5=8F=B0?= =?UTF-8?q?=E5=AF=B9=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../thirdparty/platform/hainan/service/HaiNanPlatformLogic.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jsowell-thirdparty/src/main/java/com/jsowell/thirdparty/platform/hainan/service/HaiNanPlatformLogic.java b/jsowell-thirdparty/src/main/java/com/jsowell/thirdparty/platform/hainan/service/HaiNanPlatformLogic.java index 739448a37..605c77313 100644 --- a/jsowell-thirdparty/src/main/java/com/jsowell/thirdparty/platform/hainan/service/HaiNanPlatformLogic.java +++ b/jsowell-thirdparty/src/main/java/com/jsowell/thirdparty/platform/hainan/service/HaiNanPlatformLogic.java @@ -1,6 +1,7 @@ package com.jsowell.thirdparty.platform.hainan.service; import cn.hutool.core.util.PageUtil; +import com.alibaba.fastjson2.JSON; import com.alibaba.fastjson2.JSONObject; import com.github.pagehelper.PageInfo; import com.google.common.collect.Lists; @@ -219,6 +220,7 @@ public class HaiNanPlatformLogic extends AbsInterfaceWithPlatformLogic { resultMap.put("electricityFee", electricityFee.toString()); resultMap.put("serviceFee", serviceFee.toString()); + logger.info("海南平台费用描述:{}", JSON.toJSONString(resultMap)); return resultMap; }