From 7f6de2dc89fa40afa638d56fa45658c9c57f27cf Mon Sep 17 00:00:00 2001 From: Guoqs <123@jsowell.com> Date: Mon, 8 Dec 2025 16:33:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=89=93=E5=8D=B0=E6=97=A5?= =?UTF-8?q?=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../jsowell/web/controller/pile/PileStationInfoController.java | 1 + 1 file changed, 1 insertion(+) diff --git a/jsowell-admin/src/main/java/com/jsowell/web/controller/pile/PileStationInfoController.java b/jsowell-admin/src/main/java/com/jsowell/web/controller/pile/PileStationInfoController.java index 7cbf3458a..dd1bb259d 100644 --- a/jsowell-admin/src/main/java/com/jsowell/web/controller/pile/PileStationInfoController.java +++ b/jsowell-admin/src/main/java/com/jsowell/web/controller/pile/PileStationInfoController.java @@ -272,6 +272,7 @@ public class PileStationInfoController extends BaseController { @Log(title = "更新站点互联互通配置V2", businessType = BusinessType.UPDATE) @PostMapping("/updateThirdPartyStationRelationV2") public AjaxResult updateThirdPartyStationRelation(@RequestBody ThirdPartyStationRelationDTO dto) { + logger.info("更新站点互联互通配置V2 param:{}", JSON.toJSONString(dto)); AjaxResult result; try { thirdPartyStationRelationService.updateThirdPartyStationRelationV2(dto);