From eaf3f9b722d75f4c66316c1b1226921a47d1675f Mon Sep 17 00:00:00 2001 From: Guoqs <123@jsowell.com> Date: Mon, 12 Aug 2024 16:11:07 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=B9=E6=8E=A5=E6=B5=99=E6=B1=9F=E5=B9=B3?= =?UTF-8?q?=E5=8F=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../jsowell/web/controller/pile/PileStationInfoController.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 24ae59647..f5a6c05c1 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 @@ -383,7 +383,7 @@ public class PileStationInfoController extends BaseController { public AjaxResult updateThirdPartyStationRelation(@RequestBody ThirdPartyStationRelationDTO dto) { AjaxResult result; try { - startPage(); + // startPage(); thirdPartyStationRelationService.updateThirdPartyStationRelation(dto); result = AjaxResult.success(); } catch (Exception e) {