From 386e0226221c6d589a1b89bafa2ff467f254104e Mon Sep 17 00:00:00 2001 From: Guoqs <123@jsowell.com> Date: Thu, 4 Dec 2025 16:00:51 +0800 Subject: [PATCH] update --- .../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 ef5237fbb..66f2ab44a 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 @@ -253,6 +253,7 @@ public class PileStationInfoController extends BaseController { public AjaxResult deleteRelation(@RequestBody ThirdPartyStationRelationDTO dto) { return toAjax(thirdPartyStationRelationService.deleteThirdPartyStationRelation(dto.getId())); } + /** * 查询站点互联互通配置 *